Status Event
Fired during connection or disconnection attempts.
Syntax
virtual int FireStatus(NetDialStatusEventParams *e);
typedef struct {
int Operation;
int StatusCode;
char* OperationDescription;
char* StatusDescription;
int reserved;
} NetDialStatusEventParams;
Remarks
The Operation parameter indicates the operation currently in progress.
The StatusCode shows the status of the operation.
The OperationDescription and StatusDescription parameters are the corresponding descriptions.