GetData

GetData 1:

Export the data into a given buffer.

Syntax

Definition:

METHOD GetData : HRESULT
VAR_INPUT
    nSize       : Reference To ULINT;
    pDestBuffer : PVOID;
END_VAR

 Inputs

Name

Type

Description

nSize

Reference To ULINT

Provided buffer size (in) and actual data size (out).

pDestBuffer

PVOID

Pointer to the destination buffer.

 Return value

HRESULT