Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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