Apple AppleShare 3.0 File Server Controls Instrukcja Użytkownika Strona 72

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 79
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 71
reserved3: Integer;
scCode: Integer;
scFilesOpen: Integer;
scWriteableFiles: Integer;
scUNRecID: LongInt;
scMounted: Boolean;
scMountedAsOwner: Boolean;
END;
SCParamBlockPtr = ^SCParamBlockRec;
SCParamBlockRec =
RECORD
qLink: QElemPtr;
qType: INTEGER;
ioTrap: INTEGER;
ioCmdAddr: Ptr;
ioCompletion: ProcPtr;
ioResult: OSErr;
CASE Integer OF
1: (startPB: startParam);
2: (disconnectPB: disconnectParam);
3: (pollServerPB: pollServerParam);
4: (standardPB: standardParam);
5: (setupPB: setupParam);
6: (statusPB: statusParam);
7: (serverEventPB: serverEventParam);
8: (versionPB: versionParam);
9: (userInfoPB: userInfoParam);
10: (volMountedPB: volMountedParam);
END;
Przeglądanie stron 71
1 2 ... 67 68 69 70 71 72 73 74 75 76 77 78 79

Komentarze do niniejszej Instrukcji

Brak uwag