GetDataPointer

Gets the data pointer (the obtained data pointer must be released by calling ReleaseDataPointer).

Syntax

Definition:

HRESULT GetDataPointer(
    PVOID* ppData
)

Parameters

Name

Type

Description

ppData

PVOID*

Returns the data pointer.

GetDataPointer 1: Return value

HRESULT