Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Sets the current playback machine for the specified graphics log.
Syntax
HRESULT SetPlaybackMachine(
BSTR logFile,
BOOL bUseAuthentication,
BSTR machine
);
Parameters
logFile
A COM string contianing the name of the graphics log.
bUseAuthentication
true to use authentication; otherwise, false.
machine
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