다음을 통해 공유


IPrinterPropertyBag::GetReadStream 메서드(printerextension.h)

스트림 속성에서 읽기 위해 스트림을 가져옵니다.

통사론

HRESULT GetReadStream(
  [in] BSTR    bstrName,
       IStream **ppValue
);

매개 변수

[in] bstrName

읽을 속성입니다.

ppValue

반환된 스트림입니다.

반환 값

이 메서드는 HRESULT 값을 반환합니다.

발언

이 메서드는 비 스트림 속성에서 작동하지 않습니다.

요구 사항

요구
대상 플랫폼 바탕 화면
헤더 printerextension.h(Printerextension.h 포함)

참고 항목

IPrinterPropertyBag