Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.24 KB

iprinterscriptusbjobcontextreturncodes-success.md

File metadata and controls

53 lines (37 loc) · 1.24 KB
title description MSHAttr keywords topic_type ms.topic api_name api_type ms.date
IPrinterScriptUsbJobContextReturnCodes Success Method
Returns a value of zero (0) to inform USBMon that the function call completed successfully.
PreferredSiteName:MSDN
PreferredLib:/library/windows/hardware
Success method Print Devices
Success method Print Devices , IPrinterScriptUsbJobContextReturnCodes interface
IPrinterScriptUsbJobContextReturnCodes interface Print Devices , Success method
apiref
reference
IPrinterScriptUsbJobContextReturnCodes.Success
COM
07/13/2023

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