GetData
Export the data into a given buffer.
Syntax
Definition:
METHOD GetData : HRESULT
VAR_INPUT
nSize : Reference To ULINT;
pDestBuffer : PVOID;
END_VARInputs
|
Name |
Type |
Description |
|---|---|---|
|
nSize |
Reference To ULINT |
Provided buffer size (in) and actual data size (out). |
|
pDestBuffer |
PVOID |
Pointer to the destination buffer. |