IPrinterBidiSchemaResponses::AddInt32 method

The AddInt32 method adds a new response of type BIDI_INT to the collection.

Syntax

HRESULT  AddInt32(
  [in] BSTR bstrSchema,
  [in] LONG lValue
);

Parameters

bstrSchema [in]
The schema.

lValue [in]
The new value.

Return value

This method returns an HRESULT value.

Requirements

Target platform: Desktop

Version: Windows 8 and later

See also

IPrinterBidiSchemaResponses