IPrinterBidiSchemaResponses::AddBool method

The AddBool method adds a new response of type BIDI_BOOL to the collection.

Syntax

HRESULT  AddBool(
  [in] BSTR bstrSchema,
  [in] BOOL bValue
);

Parameters

bstrSchema [in]
The schema.

bValue [in]
The new value.

Return value

This method returns an HRESULT value.

Requirements

Target platform: Desktop

Version: Windows 8 and later

See also

IPrinterBidiSchemaResponses