pszAddress (PSZ) - input
Pointer
to a string containing the logical address of the device, such as LPT1.
flErrorInfo (ULONG) - input
Error
information.
One of the following flags must be set to identify where the error occurred:
SPLINFO_QPERROR
Spooler queue processor error
SPLINFO_DDERROR
Presentation driver error
SPLINFO_SPLERROR
SPLINFO_OTHERERROR
One
of the following flags is also set to indicate the severity of the error:
SPLINFO_INFORMATION
Information only, no error.
SPLINFO_WARNING
SPLINFO_ERROR
SPLINFO_SEVERE
Severe, unrecoverable error.
SPLINFO_USERINTREQD
This flag is optional.
It shows that recovery requires action from the user.
flErrorData (ULONG) - input
Length
of the data in bytes.
Error data:
SPLDATA_PRINTERJAM
Printer is jammed, offline, or
not turned on
SPLDATA_FORMCHGREQD
SPLDATA_CARTCHGREQD
Font cartridge change required
SPLDATA_PENCHGREQD
SPLDATA_DATAERROR
Data error, such as missing
file
SPLDATA_UNEXPECTERROR
SPLDATA_OTHER
pszText (PSZ) - input
Pointer
to the text string for the message box.
pszCaption (PSZ) - input
Pointer
to a string containing a meaningful title for the message box.
The text is centered in the title bar. If more than 40 characters are supplied,
excess characters at the beginning and end of the string are not displayed.
idWindow (ULONG) - input
Window
ID of the message box window.
fsStyle (ULONG) - input
Bit
array specifying the contents and function of the message box.
Response (ULONG) - returns