All Databases
Inside Mac - Index
userName
PortInfoRec
LocationNameRec
PPCPortRec
PPCParamBlockRec
PPCOpenPBRec
PPCStartPBRec
PPCAcceptPBRec
PPCRejectPBRec
PPCWritePBRec
PPCReadPBRec
PPCEndPBRec
PPCClosePBRec
IPCListPortsPBRec
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
session
PPCSessRefNum
sessRefNum; 4 40 Session reference number of
session
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
}
PPCInformPBRec
;
64
typedef PPCInformPBRec
*PPCOpenPBPtr
;
Referenced by (12):
Types.h
startParam
useDefault
March 93 - Front-ending in MacApp (Frameworks Archive)
GetDefaultUser (Inside Mac - DAM-Ed-PPC-Slot)
PPCInformSync (Inside Mac - DAM-Ed-PPC-Slot)
Preparing for a Session (Inside Mac - DAM-Ed-PPC-Slot)
Receiving Session Requests (Inside Mac - DAM-Ed-PPC-Slot)
StartSecureSession (Inside Mac - DAM-Ed-PPC-Slot)
Sep 96 Tips (MacTech Vol 12-1996)
March 93 - ASYNCHRONOUS ROUTINES ON THE MACINTOSH (develop - 1993)
December 95 - Newton Q & A: Ask the Llama (develop - 1995)