Apple AppleShare 3.0 File Server Controls User Manual
Page 75

bCSEHSessionTimedOut = 15;
{A workstation's session timed out}
bCSEHSrvrClosedSession = 16;
{The server has closed a workstation's session}
{When SEeventFlag bits bCSEHAFPInDoRequest or }
{ bCSEHAFPInSendResponse are set, the bits in }
{ SEwhichAFPFlag determine which AFP calls will cause }
{ the server event handler to be called. }
{SEwhichAFPFlag bits}
{ bit 0 of SEwhichAFPFlag[1] - AFPCommand = 192 }
{ (afpAddIcon) }
{ bit 1 of SEwhichAFPFlag[1] - AFPCommand = 1 }
{ bit 2 of SEwhichAFPFlag[1] - AFPCommand = 2 }
{ ... }
{ bit 31 of SEwhichAFPFlag[1] - AFPCommand = 31 }
{ bit 0 of SEwhichAFPFlag[0] - AFPCommand = 32 }
{ ... }
{ bit 63 of SEwhichAFPFlag[0] - AFPCommand = 63 }
{When SEeventFlag bit bCSEHServerControlCall is set, }
{ the bits in SEwhichSCFlag determine which server }
{ control calls will cause the server event handler to }
{ be called.}
{SEwhichSCFlag bits}
{ bit 0 of SEwhichSCFlag - scCode = 0 }
{ ... }
{ bit 31 of SEwhichSCFlag - scCode = 31 }
{The maximum size of theBuffer in the ServerEventRecord}
BufferMax = 48;
Server event data types