userName
PPCInformPBRec structure
#include <PPCToolBox.h>
typedef struct PPCInformPBRec { Size Offset Description
PPCHeader 38 0 Common fields of PPC param
blocks
unsigned long Reserved[5]; 20 18 Reserved for PPC, Don't use
PPCPortRefNum portRefNum; 2 38 Port reference number of this
PPCSessRefNum sessRefNum; 4 40 Session reference number of
PPCServiceType serviceType; 1 44 Service type of this session
Boolean autoAccept; 1 45 If TRUE, session is accepted
automatically
PPCPortPtr portName; 4 46 Pointer to PPCPortRec, may be
NIL
LocationNamePtr locationName; 4 50 Pointer to LocationNameRec,
may be NIL
StringPtr userName; 4 54 pointer to Str32, may be NIL
unsigned long userData; 4 58 application-specific data
PPCSessionOrigin requestType; 1 62 network or local request
typedef PPCInformPBRec *PPCOpenPBPtr;