GetDataPointer

GetDataPointer 1:

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

GetDataPointer 2: Inputs

Name

Type

Description

ppData

Pointer To PVOID

Returns the data pointer.

GetDataPointer 3: Return value

HRESULT