zMacInfo_s

Contains information about Macintosh* files.

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

Syntax

typedef struct zMacInfo_s
{
   BYTE   finderInfo[32];
   BYTE   proDOSInfo[6];
   BYTE   filler[2];
   LONG   dirRightsMask;
} zPhysicalExtent_s;  

Fields

finderInfo

Specifies the Macintosh FInfo 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

Is unused.

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.