Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IPrintSchemaOptionCollection::GetAt method

Gets a pointer to an IPrintSchemaOption object.

Syntax


HRESULT GetAt(
  [in]                    ULONG              ulIndex,
  [out, retval, optional] IPrintSchemaOption **ppOption
);

Parameters

ulIndex [in]

Index of the IPrintSchemaOption object within the collection.

ppOption [out, retval, optional]

Pointer to an IPrintSchemaOption object.

Return value

Returns an HRESULT value. If the method call was not successful, it returns the appropriate HRESULT error code.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Target platform

Desktop

Header

Printerextension.h

See also

IPrintSchemaOption
IPrintSchemaOptionCollection

 

 

Send comments about this topic to Microsoft

Show: