GetTiffImageRpcUnlocked

GetTiffImageRpcUnlocked 1:

Export the image as tiff into a given buffer by means of an unlocked remote procedure call. It lies within the responsibility of the user to ensure that no conflicting accesses can occur.

Syntax

Definition:

METHOD GetTiffImageRpcUnlocked : HRESULT
VAR_INPUT
    nTiffSize   : Reference To ULINT;
    pDestBuffer : PVOID;
END_VAR

GetTiffImageRpcUnlocked 2: Inputs

Name

Type

Description

nTiffSize

Reference To ULINT

Maximum buffer size (in) and actual buffer size (out).

pDestBuffer

PVOID

Pointer to the destination buffer.

GetTiffImageRpcUnlocked 3: Return value

HRESULT