macNS

Contains information about Macintosh files.

Service:File System Services (64-Bit)
Defined In:zParam.h

Syntax

  struct
  {
     union      {  }finderInfo;
     uint8_t    proDOSInfo[6];
     uint8_t    filler[2];
     uint32_t   dirRightsMask;
  }  macNS;
  

Fields

finderInfo

Specifies the Macintosh data (as stored and retrieved for Macintosh files).

proDOSInfo

Specifies the Macintosh proDOSInfo as a 2-byte file type and 4-byte aux type for Pro DOS workstations. Pro DOS workstations are now mostly obsolete.

filler

Not used.

dirRightsMask

Is unused. It is set and stored for the Macintosh client for backward compatibility. This is not used for NSS files or AFPTCP. The Pro Soft client might not use this field either.