IADsPrintJobOperations::Pause method (iads.h)

The IADsPrintJobOperations::Pause method halts the processing of the current print job. Call the IADsPrintJobOperations::Resume method to continue the processing.

Syntax

HRESULT Pause();

Return value

This method supports standard return values. For other return values, see ADSI Error Codes.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header iads.h
DLL Activeds.dll

See also

IADsPrintJobOperations

IADsPrintJobOperations::Resume