IHsInfo2::GetCurrentButton 方法 (strmif.h)
[與此頁面相關的功能 DirectShow 是舊版功能。 它已被 MediaPlayer、 IMFMediaEngine 和 Media Foundation 中的音訊/視訊擷取取代。 這些功能已針對 Windows 10 和 Windows 11 進行優化。 Microsoft 強烈建議新程式代碼盡可能使用 MediaPlayer、 IMFMediaEngine 和 音訊/視訊擷取 ,而不是 DirectShow。 Microsoft 建議使用舊版 API 的現有程式代碼盡可能重寫為使用新的 API。
方法 GetCurrentButton
會擷取可用按鈕的數目和目前選取按鈕的數目。
語法
HRESULT GetCurrentButton(
[out] ULONG *pulButtonsAvailable,
[out] ULONG *pulCurrentButton
);
參數
[out] pulButtonsAvailable
接收可用的按鈕數目。
[out] pulCurrentButton
從目前選取按鈕的 1 到 36) (,接收從 1 到 36 的數位。
傳回值
傳回下列其中一個 HRESULT 值。
傳回碼 | 描述 |
---|---|
|
成功。 |
|
其中一個指標自變數無效。 |
備註
如果按鈕不存在, pulButtonsAvailable 和 pulCurrentButton 都會設定為零。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | strmif.h (包含 Dshow.h) |
程式庫 | Strmiids.lib |