IPrintSchemaOptionCollection::GetAt 메서드(printerextension.h)
IPrintSchemaOption 개체에 대한 포인터를 가져옵니다.
구문
HRESULT GetAt(
[in] ULONG ulIndex,
[out, retval, optional] IPrintSchemaOption **ppOption
);
매개 변수
[in] ulIndex
컬렉션 내의 IPrintSchemaOption 개체의 인덱스입니다.
[out, retval, optional] ppOption
IPrintSchemaOption 개체에 대한 포인터입니다.
반환 값
HRESULT 값을 반환합니다. 메서드 호출이 성공하지 못한 경우 적절한 HRESULT 오류 코드를 반환합니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 8 |
지원되는 최소 서버 | Windows Server 2012 |
대상 플랫폼 | 데스크톱 |
머리글 | printerextension.h |