The SERVERCALL enumeration constants indicate the status of server call &emdash; returned by IMessageFilter::HandleInComingCall and passed to IMessageFilter::RetryRejectedCall.
Defined in the IMessageFilter interface (msgflt.idl).
typedef enum tagSERVERCALL { SERVERCALL_ISHANDLED = 0, SERVERCALL_REJECTED = 1, SERVERCALL_RETRYLATER = 2 } SERVERCALL;
Elements
See Also
IMessageFilter::HandleInComingCall, IMessageFilter::RetryRejectedCall