Apple AppleShare 3.0 File Server Controls Manuale Utente Pagina 28

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 79
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 27
Note This call is not supported by Macintosh File Sharing.
FUNCTION mySCInstallServerEventProc
(theSEHandler: ProcPtr): OSErr;
VAR
scPB: SCParamBlockRec;
BEGIN
scPB.serverEventPB.scSEQEntryPtr := theSEHandler;
scPB.serverEventPB.scCode := SCInstallServerEventProc;
mySCInstallServerEventProc := SyncServerDispatch(@scPB);
END;
SCRemoveServerEventProc
The following function calls SCRemoveServerEventProc to remove a server event
handler.
Note This call is not supported by Macintosh File Sharing.
FUNCTION mySCRemoveServerEventProc (theSEHandler: ProcPtr):
OSErr;
VAR
scPB: SCParamBlockRec;
BEGIN
scPB.serverEventPB.scSEQEntryPtr := theSEHandler;
scPB.serverEventPB.scCode := SCRemoveServerEventProc;
mySCRemoveServerEventProc := SyncServerDispatch(@scPB);
END;
SCGetServerEventProc
The following function calls SCGetServerEventProc to get a pointer to the
head of the server event handler queue.
Note This call is not supported by Macintosh File Sharing.
FUNCTION MySCGetServerEventProc (VAR theSEQHdrPtr:
QHdrPtr): OSErr;
VAR
Vedere la pagina 27
1 2 ... 23 24 25 26 27 28 29 30 31 32 33 ... 78 79

Commenti su questo manuale

Nessun commento