IPixEngine2::SetPlaybackMachine method

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

IPixEngine2