Gets a file name from an action.
Declaration:
Copy Code |
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_action_get_filename(
HIG_PDF_ACTION hAction,
LPSTR lpBuf,
AT_INT nSize,
LPAT_INT lpnLen
);
|
|
Arguments:
| hAction | The action whose file name is obtained. |
| lpBuf | The buffer to return a file name. |
| nSize | Size of lpBuf. |
| lpnLen | Length of the file name. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.
Remarks:
Not all types of actions have file names; this function only works for actions that contain a file specification. See Section 8.5 in the PDF Reference for more information on the contents of various types of actions.
