IPrintSchemaCapabilities::GetOptions method (printerextension.h)

Gets all the options of a feature.

Syntax

HRESULT GetOptions(
  [in] IPrintSchemaFeature          *pFeature,
       IPrintSchemaOptionCollection **ppOptionCollection
);

Parameters

[in] pFeature

The specified feature.

ppOptionCollection

The returned options.

Return value

This method returns an HRESULT value.

Requirements

Requirement Value
Minimum supported client Windows 8
Target Platform Desktop
Header printerextension.h

See also

IPrintSchemaCapabilities

IPrintSchemaOptionCollection