GetTiffImageRpcUnlocked
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
Inputs
Name |
Type |
Description |
---|---|---|
nTiffSize |
Reference To ULINT |
Maximum buffer size (in) and actual buffer size (out). |
pDestBuffer |
PVOID |
Pointer to the destination buffer. |