home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-01-11 | 805.9 KB | 3 lines | [TEXT/MPS ] |
- =|
- A long time ago in a galaxy far far away… [1/3] Commands
- ` Pops up ObiWan. Type a search string and press return to
- matches the first word only; Shift-return matches any word;
- Option-return selects a new database from the ObiWan Folder
- Enter “Types” the selection, with shift types whole entry (using
- the Insert Procedure), with option types the first line.
- . Forward to next entry (, goes backwards).
- ] Jumps to selection’s entry ([ returns).
- Click Selects the word, with it “Types” the word too, with
- option returns, double-click jumps (as with [,])|
- A long time ago in a galaxy far far away… [2/3] Conventions
- {A565} Trap number in {}s.
- { ??? } Other general comments.
- Δ This call can cause heap movement.
- ∫file Found in {PInterfaces}file.p
- I-898 Inside Mac volume and page number.
- S-167 Apple Numerics Manual(SANE) page number.
- RE-92 ResEdit Manual 2.1
- MPW-11 MPW 3.0 Object Pascal Manual
- TP-11 Think Pascal 4.0 Manual|
- A long time ago in a galaxy far far away… [3/3] Samples
- InitGraf(globalPtr:Ptr); ∫Quickdraw Δ {A86E} I-162
- _InitGraf=$A86E; ∫Traps
- TrapA86E _InitGraf; ∫Traps
- CurApName=$910; ∫SysEqu
- Global910 CurApName; ∫SysEqu
- dsMemFullErr=25; ∫Errors
- Err25 dsMemFullErr; ∫Errors
- nilHandleErr=-109; ∫Errors
- Err-109 nilHandleErr; ∫Errors|
- ABByte=1..127; ∫AppleTalk|
- ABCallType=… ∫AppleTalk
- (tLAPRead,tLAPWrite,tDDPRead,tDDPWrite,tNBPLookup,tNBPConfirm,
- tNBPRegister,tATPSndRequest,tATPGetRequest,tATPSdRsp,
- tATPAddRsp,tATPRequest,tATPResponse);|
- abortErr=-27; ∫Errors
- { IO call aborted by KillIO }|
- abortOS=248; ∫AppleTalk
- { Abort open session request }|
- ABProtoType=… ∫AppleTalk
- (lapProto,ddpProto,nbpProto,atpProto);|
- ABRecHandle=^ABRecPtr; ∫AppleTalk|
- ABRecPtr=^ABusRecord; ∫AppleTalk|
- Abs(x:type):type; MPW-203 TP-357|
- ABusDCE=$2DC; ∫SysEqu
- { [GLOBAL VAR] ;Pointer to AppleTalk DCE }|
- ABusRecord=RECORD ∫AppleTalk [1/5]
- abOpcode:ABCallType;
- abResult:INTEGER;
- abUserReference:LONGINT;
- CASE ABProtoType OF
- lapProto:
- lapAddress:LAPAdrBlock;
- lapReqCount:INTEGER;
- lapActCount:INTEGER;
- lapDataPtr:Ptr;|
- ABusRecord=RECORD ∫AppleTalk [2/5]
- ddpProto:
- ddpType:Byte;
- ddpSocket:Byte;
- ddpAddress:AddrBlock;
- ddpReqCount:INTEGER;
- ddpActCount:INTEGER;
- ddpDataPtr:Ptr;
- ddpNodeID:Byte;
- nbpProto:|
- ABusRecord=RECORD ∫AppleTalk [3/5]
- nbpEntityPtr:EntityPtr;
- nbpBufPtr:Ptr;
- nbpBufSize:INTEGER;
- nbpDataField:INTEGER;
- nbpAddress:AddrBlock;
- nbpRetransmitInfo:RetransType;
- atpProto:
- atpSocket:Byte;
- atpAddress:AddrBlock;|
- ABusRecord=RECORD ∫AppleTalk [4/5]
- atpReqCount:INTEGER;
- atpDataPtr:Ptr;
- atpRspBDSPtr:BDSPtr;
- atpBitmap:BitMapType;
- atpTransID:INTEGER;
- atpActCount:INTEGER;
- atpUserData:LONGINT;
- atpXO:BOOLEAN;
- atpEOM:BOOLEAN;|
- ABusRecord=RECORD ∫AppleTalk [5/5]
- atpTimeOut:Byte;
- atpRetries:Byte;
- atpNumBufs:Byte;
- atpNumRsp:Byte;
- atpBDSSize:Byte;
- atpRspUData:LONGINT;
- atpRspBuf:Ptr;
- atpRspSize:INTEGER;|
- ABusVars=$2D8; ∫SysEqu
- { [GLOBAL VAR] Pointer to AppleTalk variables ;Pointer to
- AppleTalk local variables }|
- accClear=73; ∫Desk|
- accCopy=71; ∫Desk|
- accCursor=66; ∫Desk|
- accCut=70; ∫Desk|
- AcceptHighLevelEvent(VAR sender:TargetID;VAR msgRefcon:
- LONGINT;msgBuff:Ptr;VAR msgLen:LONGINT):OSErr; ∫EPPC {A88F}|
- accEvent=64; ∫Desk|
- accMenu=67; ∫Desk|
- accPaste=72; ∫Desk|
- accRun=65; ∫Desk|
- accUndo=68; ∫Desk|
- ACE2to1Name='ACE 2-to-1'; ∫AIFF|
- ACE2Type='ACE2'; ∫AIFF|
- ACE8to3Name='ACE 8-to-3'; ∫AIFF|
- ACE8Type='ACE8'; ∫AIFF|
- aceBadCmd=6; ∫Sound|
- aceBadComp=3; ∫Sound|
- aceBadDest=5; ∫Sound|
- aceBadEncode=4; ∫Sound|
- aceMemFull=1; ∫Sound|
- aceNilBlock=2; ∫Sound|
- aceSuccess=0; ∫Sound|
- ACount=$A9A[GLOBAL VAR] Stage number(0 through 3)of last
- alert(word); ∫Globals|
- activateEvt=8; ∫Events|
- activateMsg=7; ∫Devices
- { not used }|
- ActivatePalette(srcWindow:WindowPtr); ∫Palettes Δ {AA94} V-162|
- ActivateYDProcPtr=ProcPtr; ∫StandardFile
- { PROCEDURE Activate(theDialog; DialogPtr; itemNo: INTEGER;
- activating: BOOLEAN; yourDataPtr: Ptr); }|
- activDev=5; ∫Devices
- { Activate event }|
- activeFlag=1; ∫Events
- { bit 0 of modifiers for activate event }|
- activMask=256; ∫Events|
- acurPtr=^Acur; ∫CursorCtl|
- acuteUprA=$E7; ∫Script|
- acuteUprI=$EA; ∫Script|
- acuteUprO=$EE; ∫Script|
- acuteUprU=$F2; ∫Script|
- ADBAddress=SignedByte; ∫DeskBus|
- adbAddrMask=$00FF0000; ∫Events|
- ADBBase=$0CF8; ∫SysEqu
- { [GLOBAL VAR] (long) pointer to Front Desk Buss Variables }|
- ADBDataBlock=PACKED RECORD ∫DeskBus
- devType:SignedByte; { device type }
- origADBAddr:SignedByte; { original ADB Address }
- dbServiceRtPtr:Ptr; { service routine pointer }
- dbDataAreaAddr:Ptr; { data area address }|
- ADBDBlkPtr=^ADBDataBlock; ∫DeskBus|
- ADBOp(data:Ptr;compRout:ProcPtr;buffer:Ptr;commandNum:INTEGER)
- :OSErr; ∫DeskBus V-368 TN206
- --> 0 [P] buffer
- --> 4 [P] compRout
- --> 8 [P] data|
- ADBOpBlock=RECORD ∫DeskBus
- dataBuffPtr:Ptr; { address of data buffer }
- opServiceRtPtr:Ptr; { service routine pointer }
- opDataAreaPtr:Ptr; { optional data area address }|
- ADBOpBPtr=^ADBOpBlock; ∫DeskBus|
- ADBReInit; ∫DeskBus Δ {A07B} V-367 N143 TN143 TN206|
- ADBSetInfoBlock=RECORD ∫DeskBus
- siServiceRtPtr:Ptr; { service routine pointer }
- siDataAreaAddr:Ptr; { data area address }|
- ADBSInfoPtr=^ADBSetInfoBlock; ∫DeskBus|
- AddComp(compProc:ProcPtr); ∫Quickdraw Δ {AA3B} V-147|
- AddDrive(drvrRefNum:INTEGER;drvNum:INTEGER;qEl:DrvQElPtr);
- ∫Files N36 N108-1 TN36 TN108|
- addMax=37; ∫Quickdraw|
- addOver=34; ∫Quickdraw|
- addPin=33; ∫Quickdraw|
- AddPt(src:Point;VAR dst:Point); ∫Quickdraw {A87E} I-193|
- AddrBlock=PACKED RECORD ∫AppleTalk
- aNet:INTEGER;
- aNode:Byte;
- aSocket:Byte;|
- addRefFailed=-195; ∫Errors
- { AddReference failed }|
- addResFailed=-194; ∫Errors
- { AddResource failed }|
- AddResMenu(theMenu:MenuHandle;theType:ResType); ∫Menus Δ {
- A94D} I-353 V-243 P-102 TN191 TN198|
- AddResource(theResource:Handle;theType:ResType;theID:INTEGER;
- name:Str255); ∫Resources {A9AB} I-124|
- addResponse=251; ∫AppleTalk
- { Add response code ! Require open skt }|
- AddSearch(searchProc:ProcPtr); ∫Quickdraw Δ {AA3A} V-147|
- addSize=16; ∫TextEdit
- { adjust type size }|
- addSizeBit=4; ∫TextEdit
- { add size mode }|
- adMax=37; ∫Quickdraw|
- adMin=39; ∫Quickdraw|
- ADSP see ∫ADSP|
- AEAddressDesc=AEDesc; ∫AppleEvents
- { an AEDesc which contains addressing data }|
- AEArrayData=RECORD ∫AppleEvents [1/2]
- CASE AEArrayType OF
- kAEDataArray:
- AEDataArray:Array [0..0] OF Integer;
- kAEPackedArray:
- AEPackedArray:Packed Array [0..0] OF Char;
- kAEHandleArray:|
- AEArrayData=RECORD ∫AppleEvents [2/2]
- AEHandleArray:Array [0..0] OF Handle;
- kAEDescArray:
- AEDescArray:Array [0..0] OF AEDesc;
- kAEKeyDescArray:
- AEKeyDescArray:Array [0..0] OF AEKeyDesc;|
- AEArrayDataPointer=^AEArrayData; ∫AppleEvents|
- AEArrayType=… ∫AppleEvents
- (kAEDataArray,kAEPackedArray,kAEHandleArray,kAEDescArray,
- kAEKeyDescArray);|
- AECoerceDesc(theAEDesc:AEDesc;toType:DescType;VAR result:
- AEDesc):OSErr; ∫AppleEvents|
- AECoercePtr(typeCode:DescType;dataPtr:Ptr;dataSize:Size;
- toType:DescType;VAR result:AEDesc):OSErr; ∫AppleEvents|
- AECountItems(theAEDescList:AEDescList;VAR theCount:LONGINT):
- OSErr; ∫AppleEvents|
- AECreateAppleEvent(theAEEventClass:AEEventClass;theAEEventID:
- AEEventID;target:AEAddressDesc;returnID:INTEGER;transactionID:
- LONGINT;VAR result:AppleEvent):OSErr; ∫AppleEvents|
- AECreateDesc(typeCode:DescType;dataPtr:Ptr;dataSize:Size;VAR
- result:AEDesc):OSErr; ∫AppleEvents|
- AECreateList(factoringPtr:Ptr;factoredSize:Size;isRecord:
- BOOLEAN;VAR resultList:AEDescList):OSErr; ∫AppleEvents|
- AEDeleteItem(theAEDescList:AEDescList;index:LONGINT):OSErr;
- ∫AppleEvents|
- AEDeleteKeyDesc(theAERecord:AERecord;theAEKeyword:AEKeyword):
- OSErr; ∫AppleEvents|
- AEDeleteParam(theAppleEvent:AppleEvent;theAEKeyword:AEKeyword)
- :OSErr; ∫AppleEvents|
- AEDesc=RECORD ∫AppleEvents
- descriptorType:DescType;
- dataHandle:Handle;|
- AEDescList=AEDesc; ∫AppleEvents
- { a list of AEDesc is a special kind of AEDesc }|
- AEDisposeDesc(VAR theAEDesc:AEDesc):OSErr; ∫AppleEvents|
- AEDuplicateDesc(theAEDesc:AEDesc;VAR result:AEDesc):OSErr;
- ∫AppleEvents|
- AEEventClass=PACKEDARRAY [1..4] OF CHAR; ∫AppleEvents|
- AEEventID=PACKEDARRAY [1..4] OF CHAR; ∫AppleEvents|
- AEEventSource=… ∫AppleEvents
- (kAEUnknownSource,kAEDirectCall,kAESameProcess,
- kAELocalProcess,kAERemoteProcess);|
- AEGetArray(theAEDescList:AEDescList;arrayType:AEArrayType;
- arrayPtr:AEArrayDataPointer;maximumSize:Size;VAR itemType:
- DescType;VAR itemSize:Size;VAR itemCount:LONGINT):OSErr;
- ∫AppleEvents|
- AEGetAttributeDesc(theAppleEvent:AppleEvent;theAEKeyword:
- AEKeyword;desiredType:DescType;VAR result:AEDesc):OSErr;
- ∫AppleEvents|
- AEGetAttributePtr(theAppleEvent:AppleEvent;theAEKeyword:
- AEKeyword;desiredType:DescType;VAR typeCode:DescType;dataPtr:
- Ptr;maximumSize:Size;VAR actualSize:Size):OSErr; ∫AppleEvents|
- AEGetCoercionHandler(fromType:DescType;toType:DescType;VAR
- handler:ProcPtr;VAR handlerRefcon:LONGINT;VAR fromTypeIsDesc:
- BOOLEAN;isSysHandler:BOOLEAN):OSErr; ∫AppleEvents|
- AEGetEventHandler(theAEEventClass:AEEventClass;theAEEventID:
- AEEventID;VAR handler:EventHandlerProcPtr;VAR handlerRefcon:
- LONGINT;isSysHandler:BOOLEAN):OSErr; ∫AppleEvents|
- AEGetInteractionAllowed(VAR level:AEInteractAllowed):OSErr;
- ∫AppleEvents|
- AEGetKeyDesc(theAERecord:AERecord;theAEKeyword:AEKeyword;
- desiredType:DescType;VAR result:AEDesc):OSErr; ∫AppleEvents|
- AEGetKeyPtr(theAERecord:AERecord;theAEKeyword:AEKeyword;
- desiredType:DescType;VAR typeCode:DescType;dataPtr:Ptr;
- maximumSize:Size;VAR actualSize:Size):OSErr; ∫AppleEvents|
- AEGetNthDesc(theAEDescList:AEDescList;index:LONGINT;
- desiredType:DescType;VAR theAEKeyword:AEKeyword;VAR result:
- AEDesc):OSErr; ∫AppleEvents|
- AEGetNthPtr(theAEDescList:AEDescList;index:LONGINT;
- desiredType:DescType;VAR theAEKeyword:AEKeyword;VAR typeCode:
- DescType;dataPtr:Ptr;maximumSize:Size;VAR actualSize:Size):
- OSErr; ∫AppleEvents|
- AEGetParamDesc(theAppleEvent:AppleEvent;theAEKeyword:
- AEKeyword;desiredType:DescType;VAR result:AEDesc):OSErr;
- ∫AppleEvents|
- AEGetParamPtr(theAppleEvent:AppleEvent;theAEKeyword:AEKeyword;
- desiredType:DescType;VAR typeCode:DescType;dataPtr:Ptr;
- maximumSize:Size;VAR actualSize:Size):OSErr; ∫AppleEvents|
- AEGetSpecialHandler(functionClass:AEKeyword;VAR handler:
- ProcPtr;isSysHandler:BOOLEAN):OSErr; ∫AppleEvents|
- AEGetTheCurrentEvent(VAR theAppleEvent:AppleEvent):OSErr;
- ∫AppleEvents|
- AEInstallCoercionHandler(fromType:DescType;toType:DescType;
- handler:ProcPtr;handlerRefcon:LONGINT;fromTypeIsDesc:BOOLEAN;
- isSysHandler:BOOLEAN):OSErr; ∫AppleEvents|
- AEInstallEventHandler(theAEEventClass:AEEventClass;
- theAEEventID:AEEventID;handler:EventHandlerProcPtr;
- handlerRefcon:LONGINT;isSysHandler:BOOLEAN):OSErr;
- ∫AppleEvents|
- AEInstallSpecialHandler(functionClass:AEKeyword;handler:
- ProcPtr;isSysHandler:BOOLEAN):OSErr; ∫AppleEvents|
- AEInteractAllowed=… ∫AppleEvents
- (kAEInteractWithSelf,kAEInteractWithLocal,kAEInteractWithAll);|
- AEInteractWithUser(timeOutInTicks:LONGINT;nmReqPtr:NMRecPtr;
- idleProc:IdleProcPtr):OSErr; ∫AppleEvents|
- AEKeyDesc=RECORD ∫AppleEvents
- descKey:AEKeyword;
- descContent:AEDesc;|
- AEKeyword=PACKEDARRAY [1..4] OF CHAR; ∫AppleEvents|
- AEProcessAppleEvent(theEventRecord:EventRecord):OSErr;
- ∫AppleEvents|
- AEPutArray(theAEDescList:AEDescList;arrayType:AEArrayType;
- arrayPtr:AEArrayDataPointer;itemType:DescType;itemSize:Size;
- itemCount:LONGINT):OSErr; ∫AppleEvents|
- AEPutAttributeDesc(theAppleEvent:AppleEvent;theAEKeyword:
- AEKeyword;theAEDesc:AEDesc):OSErr; ∫AppleEvents|
- AEPutAttributePtr(theAppleEvent:AppleEvent;theAEKeyword:
- AEKeyword;typeCode:DescType;dataPtr:Ptr;dataSize:Size):OSErr;
- ∫AppleEvents|
- AEPutDesc(theAEDescList:AEDescList;index:LONGINT;theAEDesc:
- AEDesc):OSErr; ∫AppleEvents|
- AEPutKeyDesc(theAERecord:AERecord;theAEKeyword:AEKeyword;
- theAEDesc:AEDesc):OSErr; ∫AppleEvents|
- AEPutKeyPtr(theAERecord:AERecord;theAEKeyword:AEKeyword;
- typeCode:DescType;dataPtr:Ptr;dataSize:Size):OSErr;
- ∫AppleEvents|
- AEPutParamDesc(theAppleEvent:AppleEvent;theAEKeyword:
- AEKeyword;theAEDesc:AEDesc):OSErr; ∫AppleEvents|
- AEPutParamPtr(theAppleEvent:AppleEvent;theAEKeyword:AEKeyword;
- typeCode:DescType;dataPtr:Ptr;dataSize:Size):OSErr;
- ∫AppleEvents|
- AEPutPtr(theAEDescList:AEDescList;index:LONGINT;typeCode:
- DescType;dataPtr:Ptr;dataSize:Size):OSErr; ∫AppleEvents|
- AERecord=AEDescList; ∫AppleEvents
- { AERecord is a list of keyworded AEDesc }|
- AERemoveCoercionHandler(fromType:DescType;toType:DescType;
- handler:ProcPtr;isSysHandler:BOOLEAN):OSErr; ∫AppleEvents|
- AERemoveEventHandler(theAEEventClass:AEEventClass;
- theAEEventID:AEEventID;handler:EventHandlerProcPtr;
- isSysHandler:BOOLEAN):OSErr; ∫AppleEvents|
- AERemoveSpecialHandler(functionClass:AEKeyword;handler:
- ProcPtr;isSysHandler:BOOLEAN):OSErr; ∫AppleEvents|
- AEResetTimer(reply:AppleEvent):OSErr; ∫AppleEvents|
- AEResumeTheCurrentEvent(theAppleEvent:AppleEvent;reply:
- AppleEvent;dispatcher:EventHandlerProcPtr;handlerRefcon:
- LONGINT):OSErr; ∫AppleEvents|
- AESend(theAppleEvent:AppleEvent;VAR reply:AppleEvent;sendMode:
- AESendMode;sendPriority:AESendPriority;timeOutInTicks:LONGINT;
- idleProc:IdleProcPtr;filterProc:EventFilterProcPtr):OSErr;
- ∫AppleEvents|
- AESendMode=LONGINT; ∫AppleEvents
- { Type of parameter to AESend }|
- AESendPriority=INTEGER; ∫AppleEvents
- { Type of priority param of AESend }|
- AESetInteractionAllowed(level:AEInteractAllowed):OSErr;
- ∫AppleEvents|
- AESetTheCurrentEvent(theAppleEvent:AppleEvent):OSErr;
- ∫AppleEvents|
- AESizeOfAttribute(theAppleEvent:AppleEvent;theAEKeyword:
- AEKeyword;VAR typeCode:DescType;VAR dataSize:Size):OSErr;
- ∫AppleEvents|
- AESizeOfKeyDesc(theAERecord:AERecord;theAEKeyword:AEKeyword;
- VAR typeCode:DescType;VAR dataSize:Size):OSErr; ∫AppleEvents|
- AESizeOfNthItem(theAEDescList:AEDescList;index:LONGINT;VAR
- typeCode:DescType;VAR dataSize:Size):OSErr; ∫AppleEvents|
- AESizeOfParam(theAppleEvent:AppleEvent;theAEKeyword:AEKeyword;
- VAR typeCode:DescType;VAR dataSize:Size):OSErr; ∫AppleEvents|
- AESuspendTheCurrentEvent(theAppleEvent:AppleEvent):OSErr;
- ∫AppleEvents|
- afpAccessDenied=-5000; ∫Errors|
- afpAddAPPL=53; ∫AppleTalk
- { AFPCall command codes }|
- afpAddCmt=56; ∫AppleTalk
- { AFPCall command codes }|
- afpAddIcon=192; ∫AppleTalk
- { Special code for ASP Write commands }|
- afpAuthContinue=-5001; ∫Errors|
- afpBadIDErr=-5039; ∫Errors
- { $FFFFEC51 }|
- afpBadUAM=-5002; ∫Errors|
- afpBadVersNum=-5003; ∫Errors|
- afpBitmapErr=-5004; ∫Errors|
- afpByteRangeLock=1; ∫AppleTalk
- { AFPCall command codes }|
- afpCall=250; ∫AppleTalk
- { AFP command (buffer has command code) }|
- afpCallNotSupported=-5024; ∫Errors|
- afpCantMove=-5005; ∫Errors|
- afpCantRename=-5028; ∫Errors|
- afpCatalogChanged=-5037; ∫Errors
- { $FFFFEC53 }|
- AFPCommand(thePBptr:XPPParmBlkPtr;async:BOOLEAN):OSErr; [1/2]
- ∫AppleTalk V-542
- --> 18 [L] cmdResult AFP command result
- --> 26 [W] csCode Always AFPCall
- --> 28 [W] sessRefnum Session reference number
- --> 30 [B] aspTimeout Retry interval in seconds
- --> 32 [W] cbSize Command buffer size|
- AFPCommand(thePBptr:XPPParmBlkPtr;async:BOOLEAN):OSErr; [2/2]
- --> 34 [P] cbPtr Command buffer
- <-> 38 [W] rbSize Reply buffer size and reply size
- --> 40 [P] rbPtr Reply buffer [P]
- <-> 44 [W] wdSize Write data size
- --> 46 [P] wdPtr Write data [P]
- --> 50 [R] ccbStart Start of memory for CCB|
- AFPCommandBlock=PACKED RECORD ∫AppleTalk
- cmdByte:Byte;
- startEndFlag:Byte;
- forkRefNum:INTEGER;
- rwOffset:LONGINT;
- reqCount:LONGINT;
- newLineFlag:Byte;
- newLineChar:CHAR;|
- afpContainsSharedErr=-5033; ∫Errors
- { $FFFFEC57 the folder being shared contains a shared folder }|
- afpContLogin=19; ∫AppleTalk
- { AFPCall command codes }|
- afpCopyFile=5; ∫AppleTalk
- { AFPCall command codes }|
- afpDelete=8; ∫AppleTalk
- { AFPCall command codes }|
- afpDenyConflict=-5006; ∫Errors|
- afpDiffVolErr=-5036; ∫Errors
- { $FFFFEC54 }|
- afpDirClose=3; ∫AppleTalk
- { AFPCall command codes }|
- afpDirCreate=6; ∫AppleTalk
- { AFPCall command codes }|
- afpDirNotEmpty=-5007; ∫Errors|
- afpDirNotFound=-5029; ∫Errors|
- afpDiskFull=-5008; ∫Errors|
- afpDTClose=49; ∫AppleTalk
- { AFPCall command codes }|
- afpDTOpen=48; ∫AppleTalk
- { AFPCall command codes }|
- afpEnumerate=9; ∫AppleTalk
- { AFPCall command codes }|
- afpEofError=-5009; ∫Errors|
- afpFileBusy=-5010; ∫Errors|
- afpFileCreate=7; ∫AppleTalk
- { AFPCall command codes }|
- afpFlatVol=-5011; ∫Errors|
- afpFlush=10; ∫AppleTalk
- { AFPCall command codes }|
- afpForkClose=4; ∫AppleTalk
- { AFPCall command codes }|
- afpForkFlush=11; ∫AppleTalk
- { AFPCall command codes }|
- afpGetAPPL=55; ∫AppleTalk
- { AFPCall command codes }|
- afpGetCmt=58; ∫AppleTalk
- { AFPCall command codes }|
- afpGetDirParms=12; ∫AppleTalk
- { AFPCall command codes }|
- afpGetFileParms=13; ∫AppleTalk
- { AFPCall command codes }|
- afpGetFlDrParms=34; ∫AppleTalk
- { AFPCall command codes }|
- afpGetForkParms=14; ∫AppleTalk
- { AFPCall command codes }|
- afpGetIcon=51; ∫AppleTalk
- { AFPCall command codes }|
- afpGetSInfo=15; ∫AppleTalk
- { AFPCall command codes }|
- afpGetSParms=16; ∫AppleTalk
- { AFPCall command codes }|
- afpGetVolParms=17; ∫AppleTalk
- { AFPCall command codes }|
- afpGtIcnInfo=52; ∫AppleTalk
- { AFPCall command codes }|
- afpIconTypeError=-5030; ∫Errors|
- afpIDExists=-5035; ∫Errors
- { $FFFFEC55 }|
- afpIDNotFound=-5034; ∫Errors
- { $FFFFEC56 }|
- afpInsideSharedErr=-5043; ∫Errors
- { $FFFFEC4D the folder being shared is inside a shared folder
- OR the folder contains a shared folder and is being moved
- into a shared folder OR the folder contains a shared folder
- and is being moved into the descendent of a shared folder. }|
- afpInsideTrashErr=-5044; ∫Errors
- { $FFFFEC4C the folder being shared is inside the trash
- folder OR the shared folder is being moved into the trash
- folder OR the folder is being moved to the trash and it
- contains a shared folder }|
- afpItemNotFound=-5012; ∫Errors|
- afpLockErr=-5013; ∫Errors|
- afpLogin=18; ∫AppleTalk
- { AFPCall command codes }|
- afpLogout=20; ∫AppleTalk
- { AFPCall command codes }|
- afpMapID=21; ∫AppleTalk
- { AFPCall command codes }|
- afpMapName=22; ∫AppleTalk
- { AFPCall command codes }|
- afpMiscErr=-5014; ∫Errors|
- afpMove=23; ∫AppleTalk
- { AFPCall command codes }|
- afpNoMoreLocks=-5015; ∫Errors|
- afpNoServer=-5016; ∫Errors|
- afpObjectExists=-5017; ∫Errors|
- afpObjectLocked=-5032; ∫Errors
- { Object is M/R/D/W inhibited }|
- afpObjectNotFound=-5018; ∫Errors|
- afpObjectTypeErr=-5025; ∫Errors|
- afpOpenDir=25; ∫AppleTalk
- { AFPCall command codes }|
- afpOpenFork=26; ∫AppleTalk
- { AFPCall command codes }|
- afpOpenVol=24; ∫AppleTalk
- { AFPCall command codes }|
- afpParmErr=-5019; ∫Errors|
- afpPwdExpiredErr=-5042; ∫Errors
- { $FFFFEC4E the password being used is too old: this requires
- the user to change the password before log-in can continue }|
- afpPwdSameErr=-5040; ∫Errors
- { $FFFFEC50 someone tried to change their password to the
- same password on a mantadory password change }|
- afpPwdTooShortErr=-5041; ∫Errors
- { $FFFFEC4F the password being set is too short: there is a
- minimum length that must be met or exceeded }|
- afpRangeNotLocked=-5020; ∫Errors|
- afpRangeOverlap=-5021; ∫Errors|
- afpRead=27; ∫AppleTalk
- { AFPCall command codes }|
- afpRename=28; ∫AppleTalk
- { AFPCall command codes }|
- afpRmvAPPL=54; ∫AppleTalk
- { AFPCall command codes }|
- afpRmvCmt=57; ∫AppleTalk
- { AFPCall command codes }|
- afpSameObjectErr=-5038; ∫Errors
- { $FFFFEC52 }|
- afpServerGoingDown=-5027; ∫Errors|
- afpSessClosed=-5022; ∫Errors|
- afpSetDirParms=29; ∫AppleTalk
- { AFPCall command codes }|
- afpSetFileParms=30; ∫AppleTalk
- { AFPCall command codes }|
- afpSetFlDrParms=35; ∫AppleTalk
- { AFPCall command codes }|
- afpSetForkParms=31; ∫AppleTalk
- { AFPCall command codes }|
- afpSetVolParms=32; ∫AppleTalk
- { AFPCall command codes }|
- afpTooManyFilesOpen=-5026; ∫Errors|
- afpUserNotAuth=-5023; ∫Errors|
- afpVolClose=2; ∫AppleTalk
- { AFPCall command codes }|
- afpVolLocked=-5031; ∫Errors
- { Volume is Read-Only }|
- AFPVolMountInfo=RECORD ∫Files [1/2]
- length:INTEGER; { length of location data (including self) }
- media:VolumeType; { type of media }
- flags:INTEGER; { bits for no messages, no reconnect }
- nbpInterval:SignedByte; { NBP Interval parameter (IM2, p.322)
- nbpCount:SignedByte; { NBP Interval parameter (IM2, p.322) }
- uamType:INTEGER; { User Authentication Method }
- zoneNameOffset:INTEGER; { short positive offset from start
- of struct to Zone Name }
- serverNameOffset:INTEGER; { offset to pascal Server Name|
- AFPVolMountInfo=RECORD ∫Files [2/2]
- string }
- volNameOffset:INTEGER; { offset to pascal Volume Name string
- userNameOffset:INTEGER; { offset to pascal User Name string }
- userPasswordOffset:INTEGER; { offset to pascal User Password
- string }
- volPasswordOffset:INTEGER; { offset to pascal Volume
- Password string }
- AFPData:PACKED ARRAY [1..144] OF CHAR; { variable length
- data may follow }|
- AFPVolMountInfoPtr=^AFPVolMountInfo; ∫Files|
- afpWrite=33; ∫AppleTalk
- { AFPCall command codes }|
- AIFCID='AIFC'; ∫AIFF|
- AIFCVersion1=$A2805140; ∫AIFF|
- AIFF see ∫AIFF|
- AIFFID='AIFF'; ∫AIFF|
- AIFFLoop=RECORD ∫AIFF
- playMode:INTEGER;
- beginLoop:MarkerIdType;
- endLoop:MarkerIdType;|
- ainRefNum=-6; ∫Serial
- { serial port A input }|
- AInts=ARRAY[1..8000] OF INTEGER; ∫Perf|
- AlarmState=$21F; ∫SysEqu
- { [GLOBAL VAR] Bit7=parity, Bit6=beeped, Bit0=enable [byte] }|
- Alert Filter Proc I-415
- MyFilter(theDialog:DialogPtr;VAR theEvent:EventRecord;
- VAR itemHit:INTEGER):BOOLEAN;|
- Alert Sound Proc I-409
- MySound(soundNo:INTEGER);|
- Alert(alertID:INTEGER;filterProc:ModalFilterProcPtr):INTEGER;
- ∫Dialogs Δ {A985} I-418 V-284|
- AlertTemplate=RECORD ∫Dialogs
- boundsRect:Rect;
- itemsID:INTEGER;
- stages:StageList;|
- AlertTHndl=^AlertTPtr; ∫Dialogs|
- AlertTPtr=^AlertTemplate; ∫Dialogs|
- Aliases see ∫Aliases|
- AliasFilterProcPtr=ProcPtr; ∫Aliases|
- AliasHandle=^AliasPtr; ∫Aliases|
- AliasInfoType=INTEGER; ∫Aliases
- { alias record information type }|
- AliasPtr=^AliasRecord; ∫Aliases|
- AliasRecord=RECORD ∫Aliases
- userType:OSType; { appl stored type like creator type }
- aliasSize:INTEGER; { alias record size in bytes, for appl
- usage }|
- alignPixBit=18; ∫QDOffscreen|
- allInit=12; ∫Quickdraw
- { 1 if all devices initialized }|
- Allocate(refNum:INTEGER;VAR count:LONGINT):OSErr; ∫Files
- IV-143|
- AllocContig(refNum:INTEGER;VAR count:LONGINT):OSErr; ∫Files
- IV-143 TN218|
- AllocCursor; ∫Quickdraw {AA1D} V-75|
- AllowPurgePixels(pm:PixMapHandle); ∫QDOffscreen|
- ALongs=ARRAY[1..8000] OF LONGINT; ∫Perf|
- alphaLock=1024; ∫Events
- { Bit 2 }|
- alphaStage=$40; ∫Files|
- altDBoxProc=3; ∫Windows|
- ampCmd=43; ∫Sound|
- AngleFromSlope(slope:Fixed):INTEGER; ∫ToolUtils {A8C4} I-476|
- AnimateEntry(dstWindow:WindowPtr;dstEntry:INTEGER;srcRGB:
- RGBColor); ∫Palettes {AA99} V-164|
- AnimatePalette(dstWindow:WindowPtr;srcCTab:CTabHandle;
- srcIndex:INTEGER;dstEntry:INTEGER;dstLength:INTEGER);
- ∫Palettes {AA9A} V-164|
- AnnotationID='ANNO'; ∫AIFF|
- Annuity(r:Extended;n:Extended):Extended; ∫SANE|
- ANumber=$A98[GLOBAL VAR] Resource ID of last alert(word);
- ∫Globals|
- AOff; ∫Power {A685}|
- AOn; ∫Power {A685}|
- AOnIgnoreModem; ∫Power {A685}|
- aoutRefNum=-7; ∫Serial
- { serial port A output }|
- ApFontID=$984[GLOBAL VAR] Font number of application font(
- word); ∫Globals|
- app1Evt=12; ∫Events|
- app1Mask=4096; ∫Events|
- app2Evt=13; ∫Events|
- app2Mask=8192; ∫Events|
- app3Evt=14; ∫Events|
- app3Mask=16384; ∫Events|
- app4Evt=15; ∫Events|
- app4Mask=-32768; ∫Events|
- AppendDITL(theDialog:DialogPtr;theHandle:Handle;method:
- DITLMethod); ∫CTBUtilities|
- appendDITLBottom=2; ∫CTBUtilities|
- appendDITLRight=1; ∫CTBUtilities|
- AppendMenu(menu:MenuHandle;data:Str255); ∫Menus Δ {A933}
- I-352 V-243 P-102|
- AppFile=RECORD ∫SegLoad
- vRefNum:INTEGER;
- fType:OSType;
- versNum:INTEGER; { versNum in high byte }
- fName:Str255;|
- appIsDaemon=-606; ∫Errors
- { app is BG-only, and launch flags disallow this }|
- AppleEvent=AERecord; ∫AppleEvents
- { an AERecord that contains an AppleEvent }|
- AppleEvents see ∫AppleEvents|
- appleFormat=1; ∫ROMDefs
- { Format of Declaration Data (IEEE will assign real value) }|
- appleLogo=$F0; ∫Script|
- appleMark=20; ∫Fonts|
- appleMenuFolderIconResource=-3982; ∫Icons|
- AppleShareMediaType='afpm'; ∫Files
- { the signature for AppleShare }|
- AppleTalk see ∫AppleTalk|
- applFont=1; ∫Fonts|
- ApplicationSpecificChunk=RECORD ∫AIFF
- ckID:ID;
- ckSize:LONGINT;
- applicationSignature:OSType;
- data:ARRAY [0..0] OF Byte;|
- ApplicationSpecificChunkPtr=^ApplicationSpecificChunk; ∫AIFF|
- ApplicationSpecificID='APPL'; ∫AIFF|
- ApplicationZone:THz; ∫Memory II-32 N83-1|
- ApplicZone:THz; ∫Memory II-32 N83-1|
- ApplLimit=$130; ∫SysEqu
- { [GLOBAL VAR] Application heap limit application limit [
- pointer] }|
- ApplScratch=$A78[GLOBAL VAR] 12-byte scratch area reserved
- for use by applications; ∫Globals|
- ApplZone=$2AA; ∫SysEqu
- { [GLOBAL VAR] Address of application heap zone application
- heap zone [pointer] }|
- appMemFullErr=-605; ∫Errors
- { application SIZE not big enough for launch }|
- appModeErr=-602; ∫Errors
- { memory mode is 32-bit, but app not 32-bit clean }|
- appOpen=0; ∫SegLoad
- { Open the Document (s) }|
- AppParameters=RECORD ∫Processes
- theMsgEvent:EventRecord;
- eventRefCon:LONGINT;
- messageLength:LONGINT;
- messageBuffer:ARRAY [0..0] OF SignedByte;|
- AppParametersPtr=^AppParameters; ∫Processes|
- AppParmHandle=$AEC[GLOBAL VAR] Handle to Finder information;
- ∫Globals|
- appPrint=1; ∫SegLoad
- { Print the Document (s) }|
- Arctan(x):Extended; MPW-205 TP-359|
- ArcTan(x:Extended):Extended; ∫SANE|
- arrow:Cursor; ∫Quickdraw|
- ASCBase=$0CC0; ∫SysEqu
- { [GLOBAL VAR] (long) pointer to Sound Chip }|
- AscDec I-247 VI-E [1/5]
- 32 ( 40 0 48 8 56 @ 64 H 72
- ! 33 ) 41 1 49 9 57 A 65 I 73
- " 34 * 42 2 50 : 58 B 66 J 74
- # 35 + 43 3 51 ; 59 C 67 K 75
- $ 36 , 44 4 52 < 60 D 68 L 76
- % 37 - 45 5 53 = 61 E 69 M 77
- & 38 . 46 6 54 > 62 F 70 N 78
- ' 39 / 47 7 55 ? 63 G 71 O 79 |
- AscDec I-247 VI-E [2/5]
- P 80 X 88 ` 96 h 104 p 112 x 120
- Q 81 Y 89 a 97 i 105 q 113 y 121
- R 82 Z 90 b 98 j 106 r 114 z 122
- S 83 [ 91 c 99 k 107 s 115 { 123
- T 84 \ 92 d 100 l 108 t 116 ?? 124
- U 85 ] 93 e 101 m 109 u 117 } 125
- V 86 ^ 94 f 102 n 110 v 118 ~ 126
- W 87 _ 95 g 103 o 111 w 119 127 |
- AscDec I-247 VI-E [3/5]
- Ä 128 à 136 ê 144 ò 152 † 160 ® 168
- Å 129 â 137 ë 145 ô 153 ° 161 © 169
- Ç 130 ä 138 í 146 ö 154 ¢ 162 ™ 170
- É 131 ã 139 ì 147 õ 155 £ 163 ´ 171
- Ñ 132 å 140 î 148 ú 156 § 164 ¨ 172
- Ö 133 ç 141 ï 149 ù 157 • 165 ≠ 173
- Ü 134 é 142 ñ 150 û 158 ¶ 166 Æ 174
- á 135 è 143 ó 151 ü 159 ß 167 Ø 175 |
- AscDec I-247 VI-E [4/5]
- ∞ 176 ∏ 184 ¿ 192 » 200 – 208 ÿ 216
- ± 177 π 185 ¡ 193 … 201 — 209 Ÿ 217
- ≤ 178 ∫ 186 ¬ 194 202 “ 210 ⁄ 218
- ≥ 179 ª 187 √ 195 À 203 ” 211 € 219
- ¥ 180 º 188 ƒ 196 Ã 204 ‘ 212 ‹ 220
- µ 181 Ω 189 ≈ 197 Õ 205 ’ 213 › 221
- ∂ 182 æ 190 Δ 198 Œ 206 ÷ 214 fi 222
- ∑ 183 ø 191 « 199 œ 207 ◊ 215 fl 223 |
- AscDec I-247 VI-E [5/5]
- ‡ 224 Ë 232 240 ¯ 248
- · 225 È 233 Ò 241 ˘ 249
- ‚ 226 Í 234 Ú 242 ˙ 250
- „ 227 Î 235 Û 243 ˚ 251
- ‰ 228 Ï 236 Ù 244 ¸ 252
- Â 229 Ì 237 ı 245 ˝ 253
- Ê 230 Ó 238 ˆ 246 ˛ 254
- Á 231 Ô 239 ˜ 247 ˇ 255 |
- AscHex I-247 VI-E [1/5]
- $20 ( $28 0 $30 8 $38 @ $40 H $48
- ! $21 ) $29 1 $31 9 $39 A $41 I $49
- " $22 * $2A 2 $32 : $3A B $42 J $4A
- # $23 + $2B 3 $33 ; $3B C $43 K $4B
- $ $24 , $2C 4 $34 < $3C D $44 L $4C
- % $25 - $2D 5 $35 = $3D E $45 M $4D
- & $26 . $2E 6 $36 > $3E F $46 N $4E
- ' $27 / $2F 7 $37 ? $3F G $47 O $4F |
- AscHex I-247 VI-E [2/5]
- P $50 X $58 ` $60 h $68 p $70 x $78
- Q $51 Y $59 a $61 i $69 q $71 y $79
- R $52 Z $5A b $62 j $6A r $72 z $7A
- S $53 [ $5B c $63 k $6B s $73 { $7B
- T $54 \ $5C d $64 l $6C t $74 ?? $7C
- U $55 ] $5D e $65 m $6D u $75 } $7D
- V $56 ^ $5E f $66 n $6E v $76 ~ $7E
- W $57 _ $5F g $67 o $6F w $77 $7F |
- AscHex I-247 VI-E [3/5]
- Ä $80 à $88 ê $90 ò $98 † $A0 ® $A8
- Å $81 â $89 ë $91 ô $99 ° $A1 © $A9
- Ç $82 ä $8A í $92 ö $9A ¢ $A2 ™ $AA
- É $83 ã $8B ì $93 õ $9B £ $A3 ´ $AB
- Ñ $84 å $8C î $94 ú $9C § $A4 ¨ $AC
- Ö $85 ç $8D ï $95 ù $9D • $A5 ≠ $AD
- Ü $86 é $8E ñ $96 û $9E ¶ $A6 Æ $AE
- á $87 è $8F ó $97 ü $9F ß $A7 Ø $AF |
- AscHex I-247 VI-E [4/5]
- ∞ $B0 ∏ $B8 ¿ $C0 » $C8 – $D0 ÿ $D8
- ± $B1 π $B9 ¡ $C1 … $C9 — $D1 Ÿ $D9
- ≤ $B2 ∫ $BA ¬ $C2 $CA “ $D2 ⁄ $DA
- ≥ $B3 ª $BB √ $C3 À $CB ” $D3 € $DB
- ¥ $B4 º $BC ƒ $C4 Ã $CC ‘ $D4 ‹ $DC
- µ $B5 Ω $BD ≈ $C5 Õ $CD ’ $D5 › $DD
- ∂ $B6 æ $BE Δ $C6 Œ $CE ÷ $D6 fi $DE
- ∑ $B7 ø $BF « $C7 œ $CF ◊ $D7 fl $DF |
- AscHex I-247 VI-E [5/5]
- ‡ $E0 Ë $E8 $F0 ¯ $F8
- · $E1 È $E9 Ò $F1 ˘ $F9
- ‚ $E2 Í $EA Ú $F2 ˙ $FA
- „ $E3 Î $EB Û $F3 ˚ $FB
- ‰ $E4 Ï $EC Ù $F4 ¸ $FC
- Â $E5 Ì $ED ı $F5 ˝ $FD
- Ê $E6 Ó $EE ˆ $F6 ˛ $FE
- Á $E7 Ô $EF ˜ $F7 ˇ $FF |
- Ascii I-247 VI-E [1/8]