Apple AppleShare 3.0 File Server Controls Manuale Utente Pagina 17

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 79
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 16
END;
END
ELSE IF err <> fnfErr THEN
{ fnfErr only means there is nothing at this }
{ Index position }
BEGIN
{ handle any unexpected errors }
END;
END;
END;
SCGetUserNameRec
The following function calls SCGetUserNameRec to get information about a user
connected to the file server.
Note This call is not supported by Macintosh File Sharing.
FUNCTION MySCGetUserNameRec (NamePtr: StringPtr;
VAR Position: LongInt;
VAR UNRecID: LongInt;
VAR UserID: LongInt;
VAR LoginTime: LongInt;
VAR LastUseTime: LongInt;
VAR SocketNum: AddrBlock):
OSErr;
VAR
scPB: SCParamBlockRec;
BEGIN
scPB.userInfoPB.scCode := SCGetUserNameRec;
scPB.userInfoPB.scNamePtr := NamePtr;
scPB.userInfoPB.scPosition := Position;
MySCGetUserNameRec := SyncServerDispatch(@scPB);
Position := scPB.userInfoPB.scPosition;
Vedere la pagina 16
1 2 ... 12 13 14 15 16 17 18 19 20 21 22 ... 78 79

Commenti su questo manuale

Nessun commento