Apple AppleShare 3.0 Users and Groups Programming Interf Manual de usuario Pagina 27

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 32
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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;
Vista de pagina 26
1 2 ... 22 23 24 25 26 27 28 29 30 31 32

Comentarios a estos manuales

Sin comentarios