GetImageInfo

Gets a struct containing all common meta infos of the image. This basically encompasses all meta information accessible via this interface. (Alternatively use F_VN_GetImageInfo.)

Syntax

Definition:

HRESULT GetImageInfo(
    TcVnImageInfo& stImageInfo
)

Parameters

Name

Type

Description

stImageInfo

TcVnImageInfo&

Returns a struct describing the image.

GetImageInfo 1: Return value

HRESULT