GetImageData

Gets the data interface (Do not explicitly free the pointer in there!).

Syntax

Definition:

HRESULT GetImageData(
    ITcVnData** pipImageData
)

Parameters

Name

Type

Description

pipImageData

ITcVnData**

Returns a pointer to the image data interface.

GetImageData 1: Return value

HRESULT