This function has been deprecated and will be removed from the public API in a future release. Please use IG_save_FD_CB_ex instead.
Declaration:
| |
Copy Code
|
AT_ERRCOUNT ACCUAPI IG_save_FD_CB_direct(
AT_INT fd,
UINT nPage,
UINT nReserved,
AT_LMODE lFormatType,
LPFNIG_DIRECT_RASTER_GET lpfnRasterGet,
LPFNIG_DIB_GET lpfnDIBGet,
LPVOID lpPrivateData
);
|
Arguments:
| Name |
Type |
Description |
| fd |
AT_INT |
Not used. |
| nPage |
UINT |
Not used. |
| nReserved |
UINT |
Not used. |
| lFormatType |
AT_LMODE |
Not used. |
| lpfnRasterGet |
LPFNIG_DIRECT_RASTER_GET |
Not used. |
| lpfnDIBGet |
LPFNIG_DIB_GET |
Not used. |
| lpPrivateData |
LPVOID |
Not used. |
Return Value:
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
Supported Raster Image Formats:
N/A
Sample:
None