FailingOver Event (Connect Control)
Windows - Visual C++
Description
The FailingOver event is fired when
trying to restart or transfer the session.
DispId 0x05
Syntax
void OnFailingOver(long
FirstAction, long SecondAction, long ThirdAction, long Reason, long FaultCode);
Remarks:
FirstAction is the action currently
being tried. SecondAction is the action (if any) that will be tried
if the application asks to cancel the first action. ThirdAction is
the one after that. Reason will tell the application of the actual
reason for the fault. If the reason is a fault then FaultCode will
detail the actual fault reason.
Back to: Connect Events