home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / protocol / appletal / 3093 < prev    next >
Encoding:
Text File  |  1992-08-14  |  1.1 KB  |  32 lines

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