Re: CC_OPT_GETMISCINFO status ??? solution !!!
Re: CC_OPT_GETMISCINFO status ??? solution !!!
- Subject: Re: CC_OPT_GETMISCINFO status ??? solution !!!
- From: Jérome Foucher <email@hidden>
- Date: Fri, 14 Jun 2002 09:38:34 +0200
On vendredi, juin 14, 2002, at 09:17 , Jirome Foucher wrote:
On vendredi, juin 14, 2002, at 12:01 , Herb Hrowal wrote:
Unfortunately, I always receive error -3151 (kOTBadOptionErr) when
trying to do that.
Only the PP_OPT_GETCURRENTSTATE call work.
This is a documented problem although I don't remember where we found
the
answer. The solution is to modify the initialization of the TOption and
TOptMgmt structures. On both structures you need to set the len member
to the full size of the buffer instead of just the size of the TOption
structure. Just use the same value you use for maxlen.
After making this change our PPP status problems on X went away and
things
still worked beautifully on 9.
Sorry, but this still doesn't work for me.
I've also been told to zero-out the structure before sending it to
OTOptionManagement, but this also doesn't work.
I've enclosed my code below.
Can anyone point out what's wrong ?
I just answer to myself (and to whoever couldn't sleep last night) :
the solution is to :
allocate a buffer long enough. Mine was only sizeof(TOption)+
sizeof(CCMiscInfo).
I added a sizeof(UInt32)
zero it out
set the len members to the full size of the buffer.
And now it works perfectly !!
Thanks everybody for the help !
Now, anybody got the notifiers to work on Jaguar ?????
Jirome
_______________________________________________
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.