IPrinterScriptUsbJobContextReturnCodes::Success method

Returns a value of zero (0) to inform USBMon that the function call completed successfully.

Syntax

HRESULT Success(
  [out, retval] UINT32 *value
);

Parameters

value [out, retval]
Value indicating a successful method call.

Return value

This method returns an HRESULT value.

Remarks

Success is a read-only method.

Requirements

Minimum supported client: Windows 8.1

Minimum supported server: Windows Server 2012 R2

Target platform: Desktop

See also

IPrinterScriptUsbJobContextReturnCodes