Re: MacOS-X PPP Status dialogs
Re: MacOS-X PPP Status dialogs
- Subject: Re: MacOS-X PPP Status dialogs
- From: Rich Kubota <email@hidden>
- Date: Wed, 30 Oct 2002 11:04:48 -0800
At 11:46 AM +0000 10/30/02, email@hidden wrote:
>
Hi,
>
>
The MacOS-X PPP status dialogs which appear, is there a way of turning
>
them off like you could in Open Transport by setting some status flags ????
>
( I remember seeing these in the docs), for a particular process the default
>
should be no dialogs, as if you are controlling dialing you are likely to be
>
doing the error checking yourself. Which would be similar to the Open
>
Transport way, as I do not get any extra dialogs on 9.x and before.
>
>
As I am dealing with busy lines, ..etc, and have actions on these, so this
>
dialogs are taking the focus away.
>
>
Thanks
>
Mark.
How about using the following.
u_int32_t alertDisableOption;
alertDisableOption = PPP_ALERT_DISABLEALL;
result = PPPSetOption(gpppRef, glink, PPP_OPT_ALERTENABLE,
&alertDisableOption,
sizeof(alertDisableOption));
--
Sincerely,
Rich Kubota
email@hidden
(408) 974-6212
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.