ImageGear for C and C++ on Windows v19.9 - Updated
IG_mpi_info_get_W
API Reference Guide > Core Component API Reference > Core Component Functions Reference > Multi Page Image Functions > IG_mpi_info_get_W

This function returns status information for the multi-page image, such as the association type, open mode, as well as others.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_mpi_info_get_W(
   HMIGEAR hMIGear,
   AT_MODE nMode,
   LPVOID lpData,
   DWORD dwSize
);

Arguments:

Name Type Description
hMIGear HMIGEAR HIGEAR handle to the multi-page image.
nMode AT_MODE Specifies the type of information being retrieved. See enumIG_MPInfoMode for possible values.
lpData LPVOID Pointer to the buffer to return the allocated data.
dwSize DWORD Size of the buffer.

Return Value:

Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.

Supported Raster Image Formats:

All pixel formats supported by ImageGear for C and C++.

Sample:

GUI Windows