These events are used to signal the result, and progress of an asynchronous execution.
Public Member Functions | |
| HRESULT | ExecutionCanceled ([in] IDSSDocumentInstance *pInstance,[in] Int32 UserData) |
| Event fired when Document execution is cancelled. | |
| HRESULT | ExecutionComplete ([in] IDSSDocumentInstance *pInstance,[in] Int32 UserData,[in] Int32 ResultCode) |
| Event fired when Document execution is completed. | |
| HRESULT | ExecutionFailed ([in] IDSSDocumentInstance *pInstance,[in] Int32 UserData,[in] Int32 ErrCode,[in] BSTR ErrDescription,[in] BSTR ErrSource) |
| Event fired if error occurs during Document execution. | |
| HRESULT | ProgressNotification ([in] IDSSDocumentInstance *pInstance,[in] Int32 UserData,[in] BSTR MessageString,[in] Int32 MessageID) |
| Event fired on arrival of a progress notification message. | |
| HRESULT | ResolvePrompts ([in] IDSSDocumentInstance *pInstance,[in] IDSSResolution *pResolution,[in] Int32 UserData,[out, retval] EnumDSSPromptAction *pResult) |
| Event fired when Document execution is paused to answer prompts. | |
|
||||||||||||
|
Event fired when Document execution is cancelled. NOTE: Not currently used.
|
|
||||||||||||||||
|
Event fired when Document execution is completed. NOTE: Not currently used.
|
|
||||||||||||||||||||||||
|
Event fired if error occurs during Document execution. NOTE: Not currently used.
|
|
||||||||||||||||||||
|
Event fired on arrival of a progress notification message. NOTE: Not currently used.
|
|
||||||||||||||||||||
|
Event fired when Document execution is paused to answer prompts. NOTE: Not currently used.
|