IPrinterBidiSchemaResponses::AddString method

The AddString method adds a new response of type BIDI_STRING to the collection.

Syntax

HRESULT AddString(
  [in] BSTR bstrSchema,
  [in] BSTR bstrValue
);

Parameters

bstrSchema [in]
The schema.

bstrValue [in]
The string response.

Return value

This method returns an HRESULT value.

Requirements

Target platform: Desktop

Version: Windows 8 and later

See also

IPrinterBidiSchemaResponses