|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| gdi32.lib
| Header File
| wingdi.h
| Unicode
| No
| Platform Notes
| Windows 95: int == 16 bits
|
|
|
SetAbortProc
The
SetAbortProc function sets the application-defined abort function that allows a print job
to be canceled during spooling. This function replaces the SETABORTPROC printer
escape.
int SetAbortProc(
HDC hdc,
| // handle of device context
|
ABORTPROC lpAbortProc
| // address of abort function
|
);
|
|
Parameters
hdc
Identifies the device context for the print job.
lpAbortProc
Points to the application-defined abort function. For more information about
the callback function, see the
AbortProc callback function.
Return Values
If the function succeeds, the return value is greater than zero.
If the function fails, the return value is SP_ERROR. To get extended error
information, call
GetLastError.
See Also
AbortDoc,
AbortProc
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database