IADsPrintJobOperations::Resume

Continues the processing of the print job that was temporarily halted using the IADsPrintJobOperations::Pause method.

HRESULT IADsPrintJobOperations::Resume(void);
 

Return Values

This method supports the standard return values E_FAIL and E_UNEXPECTED, as well as the following:

S_OK
The resume command was successfully issued.

QuickInfo

  Windows NT: Use version 4.0 and later.
  Windows CE: Unsupported.
  Header: Declared in iads.h.

See Also

IADsPrintJobOperations::Pause, ADSI PrintJob Object