GetDataPointer
Gets the data pointer (the obtained data pointer must be released by calling ReleaseDataPointer).
Syntax
Definition:
METHOD GetDataPointer : HRESULT
VAR_INPUT
ppData : Pointer To PVOID;
END_VAR
Inputs
Name |
Type |
Description |
---|---|---|
ppData |
Pointer To PVOID |
Returns the data pointer. |