IPrinterExtensionContextCollection::GetAt method (printerextension.h)
Gets a pointer to an IPrinterExtensionContext object.
HRESULT GetAt(
[in] ULONG ulIndex,
[out, retval] IPrinterExtensionContext **ppContext
);
[in] ulIndex
The index of the IPrinterExtensionContext object within the collection.
[out, retval] ppContext
Pointer to an IPrinterExtensionContext interface.
This method returns an HRESULT value.
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Target Platform | Desktop |
Header | printerextension.h |