IPixEngine2::GetPlaybackMachine 方法
取得目前播放電腦的相關資訊。
語法
HRESULT GetPlaybackMachine(
BSTR logFile,
BOOL * pUseAuthentication,
BSTR * pMachine
);
參數
logFile
包含相關聯圖形記錄檔名稱的 COM 字串。
pUseAuthentication
傳回時,如果連接使用驗證,則為 true;否則為 false。
pMachine
傳回時,包含播放電腦名稱稱的 COM 字串。
傳回值
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
標頭 | Vspixengine.h |
另請參閱