home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / programm / 13214 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.3 KB  |  33 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!mips!pacbell.com!network.ucsd.edu!qualcom.qualcomm.com!NewsWatcher!user
  3. From: jpurlia@qualcomm.com (John Purlia)
  4. Subject: AppleTalk Filing Protocol Finder Info
  5. Message-ID: <jpurlia-300792105408@129.46.5.45>
  6. Followup-To: comp.sys.mac.programmer
  7. Sender: news@qualcomm.com
  8. Nntp-Posting-Host: 129.46.5.45
  9. Organization: Qualcomm, Inc.
  10. Date: Thu, 30 Jul 1992 17:58:34 GMT
  11. Lines: 20
  12.  
  13. Can anyone tell me what, exactly, appears in the last 16 bytes of the
  14. Finder Information parameter returned by AFP?  AFP defines the finder
  15. information parameter to be 32 bytes, but the FInfo structure we're all
  16. used to is only 16 bytes, like so:
  17.  
  18.         struct FInfo {
  19.             OSType fdType;
  20.             OSType fdCreator;
  21.             unsigned short fdFlags;
  22.             Point fdLocation;
  23.             short fdFldr;
  24.         };
  25.  
  26. So what is being returned in the extra 16 bytes?
  27.  
  28. ...........................................................................
  29. John Purlia          : My brain; not my company's brain.  My brain says...
  30. jpurlia@qualcomm.com :      "Just about any movie could be made better
  31. AppleLink:  AM0470   :       if one of the characters were a vampire."
  32. ...........................................................................
  33.