GetTiffImage

Export the image as tiff into a given buffer.

Syntax

Definition:

HRESULT GetTiffImage(
    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.

GetTiffImage 1: Return value

HRESULT