ID_GetImageInfo function

Function that retrieves specified information about the current image.

Syntax

PLUGIN_API int __stdcall ID_GetImageInfo
(
   ID_StateHdl hs,
   ID_ImageInfo* pii
);

Parameters

hs

Type: ID_StateHdl

[in] Image state handle; hs is set by the host application to the same value that was passed to it by the plug-in during the relevant call to ID_OpenImage.

pii

Type: ID_ImageInfo*

[out] Image information

Return Value

For a description of return values, see Return Values.

Remarks

This function will only be called after a call ID_OpenImage, and before a call to ID_CloseImage.

Requirements

Header: ID_PlugIn.h

See also: