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

  • Download
  • Add to my manuals
  • Print
  • Page
    / 32
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 26
ugSrvrFlags: ARRAY[0..1] OF LONGINT;
ugMinPwdLen: SignedByte;
filler1: SignedByte;
ugMaxBadLogins: INTEGER;
ugPwdExpDate: LONGINT;
END;
UserGroupPBPtr = ^UGParamBlockRec;
UGParamBlockRec = RECORD
CASE Integer OF
0: ( ugFileParam: UGFilePB );
1: ( ugUserParam: UGUserPB );
2: ( ugGroupParam: UGGroupPB );
3: ( ugServerParam: UGServerPB );
END;
In C:
#define UGPBHeader
QElemPtr qLink;
short qType;
short ugTrap;
Ptr ugCmdAddr;
ProcPtr ugCompletion;
OSErr ugResult;
StringPtr ugNamePtr;
short ugVRefNum;
short ugRefNum;
long ugDirID;
long ugAccessID;
long ugUserID;
long ugGroupID;
Page view 26
1 2 ... 22 23 24 25 26 27 28 29 30 31 32

Comments to this Manuals

No comments