A callback function that calculates the number of pages in a file.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI FNIGGUI_PAGE_COUNT_GET( LPVOID lpPrivate, LPUINT lpnPageCount ); |
Name | Type | Description |
---|---|---|
lpPrivate | LPVOID | A file name. |
lpnPageCount | LPUINT | A pointer to a variable that will receive the number of pages in the file. |
This function does not process pixels
GUI