Use PEGetNthReportAlert to retrieve the PEReportAlertInfo structure from the report associated with the job handle. The PEReportAlertInfo structure contains information on a specified Report Alert.
BOOL CRPE_API PEGetNthReportAlert (short printJob,
short alertN,
PEReportAlertInfo FAR *
reportAlertInfo);
Specifies the print job from which you want to get the number of Report Alerts. | |
Specifies the Report Alert from which you want to get the alert instance information. | |
Specifies a pointer to PEAlertInstanceInfo |
Declare Function PEGetNthReportAlert Lib "crpe32.dll" (ByVal printJob%, ByVal alertN%, reportAlertInfo As PEReportAlertInfo) As Integer
function PEGetNthReportAlert( printJob : Smallint; alertN : Smallint; var reportAlertInfo : PEReportAlertInfo) : boolean stdcall;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |