AppendAutomationDone event |
|
Remarks
Occurs at the end of an append automation session. The append automation session is started through a previous call to the AppendAutomationExecute method.
Syntax
[Visual Basic] AppendAutomationDone ( ByVal nResult as enumErrorCodes ) |
[C++] void AppendAutomationDone ( long nResult ); |
Parameter |
Description |
||||||||
|
|
||||||||
nResult |
The result of the append session.
|