Apple AppleShare 3.0 Users and Groups Programming Interf Uživatelský manuál Strana 30

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 32
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 29
In C:
pascal OSErr UGNewUser (UserGroupPBPtr thePB, Boolean async);
pascal OSErr UGDeleteUser (UserGroupPBPtr thePB, Boolean async);
pascal OSErr UGRenameUser (UserGroupPBPtr thePB, Boolean async);
pascal OSErr UGGetUserInfo (UserGroupPBPtr thePB, Boolean async);
pascal OSErr UGSetUserInfo (UserGroupPBPtr thePB, Boolean async);
pascal OSErr UGAuthenticateUser (UserGroupPBPtr thePB, Boolean async);
Functions that use the UGGroupPB
parameter block
In Pascal:
FUNCTION UGNewGroup (thePB: UserGroupPBPtr; async: BOOLEAN): OSErr;
FUNCTION UGDeleteGroup (thePB: UserGroupPBPtr; async: BOOLEAN): OSErr;
FUNCTION UGRenameGroup (thePB: UserGroupPBPtr; async: BOOLEAN): OSErr;
FUNCTION UGGetGroupInfo (thePB: UserGroupPBPtr; async: BOOLEAN): OSErr;
FUNCTION UGAssignUserToGroup (thePB: UserGroupPBPtr; async: BOOLEAN): OSErr;
FUNCTION UGDeleteUserFromGroup (thePB: UserGroupPBPtr; async: BOOLEAN):
OSErr;
In C:
pascal OSErr UGNewGroup (UserGroupPBPtr thePB, Boolean async );
pascal OSErr UGDeleteGroup (UserGroupPBPtr thePB, Boolean async );
pascal OSErr UGRenameGroup (UserGroupPBPtr thePB, Boolean async );
pascal OSErr UGGetGroupInfo (UserGroupPBPtr thePB, Boolean async );
pascal OSErr UGAssignUserToGroup (UserGroupPBPtr thePB, Boolean async);
pascal OSErr UGDeleteUserFromGroup (UserGroupPBPtr thePB, Boolean async);
Functions that use the UGServerPB
parameter block
In Pascal:
FUNCTION UGGetULInfo (thePB: UserGroupPBPtr; async: BOOLEAN): OSErr;
FUNCTION UGSetULInfo (thePB: UserGroupPBPtr; async: BOOLEAN): OSErr;
In C:
Zobrazit stránku 29
1 2 ... 25 26 27 28 29 30 31 32

Komentáře k této Příručce

Žádné komentáře