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.

IPrinterExtensionContextCollection::GetAt method

Gets a pointer to an IPrinterExtensionContext object.

Syntax


HRESULT GetAt(
  [in]          ULONG                    ulIndex,
  [out, retval] IPrinterExtensionContext **ppContext
);

Parameters

ulIndex [in]

The index of the IPrinterExtensionContext object within the collection.

ppContext [out, retval]

Pointer to an IPrinterExtensionContext interface.

Return value

This method returns an HRESULT value.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Target platform

Desktop

Header

Printerextension.h

See also

IPrinterExtensionContext
IPrinterExtensionContextCollection

 

 

Send comments about this topic to Microsoft

Show: