|
Mac OS 9
|
#include <Files.h>
Data Fields | |
| UInt32 | userID |
| UInt32 | groupID |
| UInt8 | reserved1 |
| UInt8 | userAccess |
| UInt16 | mode |
| UInt32 | reserved2 |
Discussion: This structure is used when kFSCatInfoPermissions is passed to the HFSPlus API. On return from GetCatalogInfo and GetCatalogInfoBulk, the userID, groupID, and mode fields are returned. When passed to SetCatalogInfo, only the mode field is set. See chmod(2) for details about the mode field. This is supported on Mac OS X only.