IMiniportAudioEngineNode::GetAudioEngineDescriptor 메서드(portcls.h)

오디오 엔진 노드에 대한 설명자를 가져옵니다.

구문

NTSTATUS GetAudioEngineDescriptor(
  [in]  ULONG                    ulNodeId,
  [out] KSAUDIOENGINE_DESCRIPTOR *pAudioEngineDescriptor
);

매개 변수

[in] ulNodeId

오디오 엔진 노드의 ID입니다.

[out] pAudioEngineDescriptor

오디오 엔진 설명자 개체입니다. 이 매개 변수는 KSAUDIOENGINE_DESCRIPTOR 형식입니다.

반환 값

GetAudioEngineDescriptor 는 호출에 성공하면 S_OK 반환합니다. 그렇지 않으면 메서드는 적절한 오류 코드를 반환합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows 8
지원되는 최소 서버 Windows Server 2012
대상 플랫폼 유니버설
헤더 portcls.h

추가 정보

IMiniportAudioEngineNode

KSAUDIOENGINE_DESCRIPTOR