GetDataIfNew
Export the data into a given buffer, if the data is new (i.e. not yet exported).
Syntax
Definition:
METHOD GetDataIfNew : 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. |