Apple AppleShare 3.0 File Server Controls User Manual
Page 78

theUNSUserID: LongInt;
{the UserID of the user that made the call}
theUserName: Str31;
{the name of the user that made the call}
{Note: If theEventNumber is bCSEHAFPInDoRequest }
{ or bCSEHAFPInSendResponse, then theVRefNum and }
{ theDirID will be returned if applicable to the }
{ AFP call}
theVRefNum: Integer;
{the VRefNum of the volume upon which this }
{ operation was performed (not always applicable)}
theDirID: LongInt;
{the DirID of the directory upon/within which this}
{ operation was performed (not always applicable)}
theSocketAddress: AddrBlock;
{the network address of the user's workstation in }
{ AddrBlock format}
END;
tSEQEntryPtr = ^tSEQEntry;
tSEQEntry =
RECORD
SEQentry: ATQEntry;
{a regular AppleTalk Transition Queue entry}
SEeventFlag: LongInt;
{specifies when the Server Event Handler would }
{ like to be called}
SEwhichAFPFlag: ARRAY[0..1] OF LongInt;
{specifies which AFP calls will cause the Server }
{ Event Handler to be called}