IPixEngine2::GetPlaybackMachine method
Gets information about the current playback machine.
Syntax
HRESULT GetPlaybackMachine(
BSTR logFile,
BOOL * pUseAuthentication,
BSTR * pMachine
);
Parameters
logFile
A COM string containing the name of the associated graphics log.
pUseAuthentication
On return, true if the connection uses authentication; otherwise, false.
pMachine
On return, a COM string containing the name of the playback machine.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Header | Vspixengine.h |
See also