Windows 3.1 Device Drivers (ddag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
WNetAbortJob
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
WORD WNetAbortJob(szQueue, fh)
LPSTR szQueue;
WORD fh;
 
The WNetAbortJob function cancels a print job while the file handle is still
open.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
 
szQueue    Points to the null-terminated name of the local device.
 
fh         Identifies the handle returned by the WNetOpenJob function.
 
Return Value
 
The return value is one of the following values.
 
Value             Meaning
────────────────────────────────────────────────────────────────────────────
WN_ACCESS_DENIED  Security violation.
 
WN_BAD_HANDLE     File handle is invalid.
 
WN_BAD_POINTER    Invalid pointer.
 
WN_BAD_QUEUE      The szQueue parameter is not a valid net queue or
                  redirected device.
 
WN_NET_ERROR      Network error.
 
WN_NOT_SUPPORTED  Function not supported.
 
WN_OUT_OF_MEMORY  Out of memory.
 
WN_SUCCESS        Success.
 
Comments
 
The export ordinal for this function is 3.
 
See Also
 
WNetOpenJob, WNetCancelJob