RecordingOutputFileSwitch event |
|
Remarks
Occurs, during a recording session, when the output file is switched through a call to the SwitchOutputFile or the SwitchOutputFileEx methods.
For further details see the How to perform a recording session section.
Syntax
[Visual Basic] RecordingOutputFileSwitch ( ByVal nFileId as long ) |
[C++] void RecordingOutputFileSwitch ( long nFileId ); |
Parameter |
Description |
|
|
nFileId |
Number representing the zero-based index of the file that has been switched to another one. |