共用方式為


IAudioChannelConfig::GetChannelConfig 方法 (devicetopology.h)

GetChannelConfig 方法會從通道組態控件取得目前的通道組態遮罩。

語法

HRESULT GetChannelConfig(
  [out] DWORD *pdwConfig
);

參數

[out] pdwConfig

方法寫入目前通道組態遮罩值的 DWORD 變數指標。

傳回值

如果方法成功,它會傳回 S_OK。 如果失敗,可能的傳回碼包括但不限於下表所示的值。

傳回碼 Description
E_POINTER
指標 pdwConfigNULL

備註

如需通道組態遮罩的相關信息,請參閱 Windows DDK 檔中 的 KSPROPERTY_AUDIO_CHANNEL_CONFIG 屬性討論。

規格需求

需求
最低支援的用戶端 Windows Vista [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 [僅限傳統型應用程式]
目標平台 Windows
標頭 devicetopology.h

另請參閱

IAudioChannelConfig 介面

IAudioChannelConfig::SetChannelConfig