In my vb6 app, .tapifailcode equals -2147483573 when the external modem is
shutoff. Does this seem right?
Thanks,
Rob Bergmeyer
Aultman Health Foundation
"d gold" <dunc...@turboSPAMpower.com> wrote in message
news:O62itYPs...@tpsmail01.turbopower.net...
> Rob,
>
> The fail code values are returned directly from TAPI itself. I believe
> these match up to the Line Disconnect Modes:
>
> LineDisconnectMode_Normal = $00000001;
> LineDisconnectMode_Unknown = $00000002;
> LineDisconnectMode_Reject = $00000004;
> LineDisconnectMode_PickUp = $00000008;
> LineDisconnectMode_Forwarded = $00000010;
> LineDisconnectMode_Busy = $00000020;
> LineDisconnectMode_NoAnswer = $00000040;
> LineDisconnectMode_BadAddress = $00000080;
> LineDisconnectMode_Unreachable = $00000100;
> LineDisconnectMode_Congestion = $00000200;
> LineDisconnectMode_Incompatible = $00000400;
> LineDisconnectMode_Unavail = $00000800;
> LineDisconnectMode_NoDialtone = $00001000; {1.4}
> LineDisconnectMode_NumberChanged = $00002000; {2.0}
> LineDisconnectMode_OutOfOrder = $00004000; {2.0}
> LineDisconnectMode_TempFailure = $00008000; {2.0}
> LineDisconnectMode_QOSUnavail = $00010000; {2.0}
> LineDisconnectMode_Blocked = $00020000; {2.0}
> LineDisconnectMode_DoNotDisturb = $00040000; {2.0}
> LineDisconnectMode_Cancelled = $00080000; {2.0}
>
> --
> duncan gold
> TurboPower
>
> "Rob Bergmeyer" <rberg...@aultman.com> wrote in message
> news:9a41E8Os...@tpsmail01.turbopower.net...
> > Could you send the meanings of the TapiFailCode values. Someone sent
> them
> > earlier, but I can't find the post in the newgroup.
> >
> > Thanks
> > Rob Bergmeyer
> > Aultman Health Foundation
> >
> >
> >
>
>