Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MacOS-X PPP Status dialogs



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.

References: 
 >MacOS-X PPP Status dialogs (From: <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.