|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function GetMemoryPtr (
) as Int32
|
|
[C#]
public Int32 GetMemoryPtr (
);
|
|
[C++]
public: Int32 GetMemoryPtr (
);
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred. Check the LastError property value in order to see the last error.
|
|
> 0
|
The buffer's memory address
|