IPrintSchemaOptions::GetAt method

[This documentation is preliminary and is subject to change.]

The GetAt method returns the option at the specified index in the collection.

Syntax

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

Parameters

  • ulIndex [in]
    The index of the requested option.

  • ppOption [out, retval]
    The requested option.

Return value

This method returns an HRESULT value.

See also

IPrintSchemaOptions

 

 

Build date: 12/15/2011