IMFNetSchemeHandlerConfig::GetSupportedProtocolType 메서드(mfidl.h)
인덱스별로 지원되는 프로토콜을 검색합니다.
구문
HRESULT GetSupportedProtocolType(
[in] ULONG nProtocolIndex,
[out] MFNETSOURCE_PROTOCOL_TYPE *pnProtocolType
);
매개 변수
[in] nProtocolIndex
검색할 프로토콜의 인덱스(0부터 시작)입니다. 지원되는 프로토콜 수를 얻으려면 IMFNetSchemeHandlerConfig::GetNumberOfSupportedProtocols를 호출합니다.
[out] pnProtocolType
MFNETSOURCE_PROTOCOL_TYPE 열거형의 멤버를 받습니다.
반환 값
이 메서드는 HRESULT를 반환합니다. 가능한 값에는 다음 표에 있는 값이 포함되지만, 이에 국한되는 것은 아닙니다.
반환 코드 | Description |
---|---|
|
메서드가 성공했습니다. |
|
nProtocolIndex 매개 변수에 전달된 값이 GetNumberOfSupportedProtocols에서 반환된 지원되는 총 프로토콜 수보다 큽니다. |
요구 사항
지원되는 최소 클라이언트 | Windows Vista [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2008 [데스크톱 앱만 해당] |
대상 플랫폼 | Windows |
헤더 | mfidl.h |
라이브러리 | Mfuuid.lib |