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:
HRESULT GetTiffImageRpcUnlocked(
ULONGLONG& nTiffSize,
PVOID pDestBuffer
)Parameters
|
Name |
Type |
Description |
|---|---|---|
|
nTiffSize |
ULONGLONG& |
Maximum buffer size (in) and actual buffer size (out). |
|
pDestBuffer |
PVOID |
Pointer to the destination buffer. |
Return value