IPixEngine2::GetPlaybackMachine 方法

获取有关当前播放计算机的信息。

语法

HRESULT GetPlaybackMachine(
   BSTR   logFile,
   BOOL * pUseAuthentication,
   BSTR * pMachine
);

parameters

logFile
包含关联图形日志名称的 COM 字符串。

pUseAuthentication
返回时,如果连接使用身份验证,则为 true;否则为 false。

pMachine
返回时,包含播放计算机名称的 COM 字符串。

返回值

如果此方法成功,则返回 S_OK。 否则,它将返回 HRESULT 错误代码。

要求

标头

Vspixengine.h

另请参阅

IPixEngine2