home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.protocols.appletalk
- Path: sparky!uunet!cs.utexas.edu!usc!venice!gumby.dsd.trw.com!hubbell
- From: hubbell@gumby.dsd.trw.com (Steve Hubbell)
- Subject: ASPGetStatus call..
- Message-ID: <1992Aug15.001427.22639@gumby.dsd.trw.com>
- Organization: TRW INC., Redondo Beach CA
- Date: Sat, 15 Aug 1992 00:14:27 GMT
- Lines: 22
-
- I am having some problems with an ASPGetStatus call that I am hoping is
- easy to be resolved. Looking at Inside Macintosh and the on-line
- documentation, it looks like ASPGetStatus is expecting:
-
- --> 26 csCode word
- --> 30 aspTimeout byte
- --> 31 aspRety byte
- --> 32 serverAddr long word
- <-> 38 rbSize word
- --> 40 rbPtr pointer
- --> 50 ccbStart record
-
- where ASPGetStatus is defined as:
- pascal OSErr ASPGetStatus(XPPParmBlkPtr thePBptr,Boolean async)
-
- Well, my problem is that XPPParmBlkPtr has no provisions for serverAddr.
- It does not seem to match what ASPGetStatus is expecting. Is this a known
- problem? How should I go about avoiding this problem?
-
- Thanks for any help/suggestions!
- Steve
- (hubbell@gumby.dsd.trw.com)
-