Apple AppleShare 3.0 Users and Groups Programming Interf User Manual Page 24

  • Download
  • Add to my manuals
  • Print
  • Page
    / 32
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 23
Data File, the state of the reserved bits should be preserved.
The following figure shows the ugSrvrFlags bits.
All of the ugSrvrFlags flags are effective as soon as the file server is
started, except for IACGlobalEnabled, which is effective only after the
computer is restarted.
Parameter blocks needed to call the Users and Groups library functions
In Pascal:
{ Use UGFilePB for UGOpenFile, UGCloseFile and UGCreateFile }
UGFilePB = RECORD
qLink: QElemPtr;
qType: INTEGER;
ugTrap: INTEGER;
ugCmdAddr: Ptr;
ugCompletion: ProcPtr;
ugResult: OSErr;
ugNamePtr: StringPtr;
ugVRefNum: INTEGER;
ugRefNum: INTEGER;
ugDirID: LONGINT;
ugAccessID: LONGINT;
ugUserID: LONGINT;
ugGroupID: LONGINT;
ugAdminKey: StringPtr;
END;
{ Use UGUserPB for UGNewUser, UGDeleteUser, UGRenameUser, }
{ UGGetUserInfo, UGSetUserInfo, and UGAuthenticateUser }
UGUserPB = RECORD
qLink: QElemPtr;
qType: INTEGER;
ugTrap: INTEGER;
Page view 23
1 2 ... 19 20 21 22 23 24 25 26 27 28 29 30 31 32

Comments to this Manuals

No comments