(strmif.h) IHttpInfo::GetCurrentButton 方法
[與此頁面 相關的功能 DirectShow 是舊版功能。 它已被 MediaPlayer、 IMFMediaEngine 和 Media Foundation 中的音訊/視訊擷取取代。 這些功能已針對 Windows 10 和 Windows 11 進行優化。 Microsoft 強烈建議新程式代碼盡可能使用 MediaPlayer、 IMFMediaEngine 和 音訊/視訊擷取 ,而不是 DirectShow。 Microsoft 建議盡可能重寫使用舊版 API 的現有程式代碼,以使用新的 API。]
注意IMyInfo 介面已被取代。 請改用 IMyInfo2 。
語法
HRESULT GetCurrentButton(
[out] ULONG *pulButtonsAvailable,
[out] ULONG *pulCurrentButton
);
參數
[out] pulButtonsAvailable
可用按鈕數目的指標。
[out] pulCurrentButton
目前按鈕編號的指標。
傳回值
傳回 HRESULT 值 。
傳回碼 | 描述 |
---|---|
|
成功。 |
|
因為目前 DVD-Video 光碟的撰寫,所以電影中無法發生要求的動作。 |
備註
如果按鈕不存在,則此方法會針對 pnButtonsAvailable 和 pnCurrentButton 傳回零。
這個方法在任何網域中都是有效的。 如需詳細資訊,請參閱 DVD_DOMAIN。
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | strmif.h (包含 Dshow.h) |