Callback for IG_PDE_clip_enumerate_elements(), which enumerates all of a PDE Clip's PDE Elements in a flattened manner.
Copy Code
|
|
---|---|
typedef AT_PDF_BOOL (LPACCUAPI LPFNIG_PDE_CLIP_ENUMPROC)( HIG_PDE_ELEMENT hElement, LPVOID clientData ); |
Name | Type | Description |
---|---|---|
hElement | HIG_PDE_ELEMENT | The PDE Element currently being enumerated. |
clientData | LPVOID | User-supplied data that was passed in the call to IG_PDE_clip_enumerate_elements. |
If FALSE, enumeration halts. If TRUE, enumeration continues.
This function does not process image pixels.