|
Mac OS 9
|
This file contains constants and data structures that. More...
Go to the source code of this file.
Data Structures | |
| struct | SS_SCHARTBL |
| struct | SS_SISTRUCT |
| struct | SS_VISTRUCT |
| struct | SS_ACHARTBL |
| struct | SS_PWRENTRY |
| struct | SS_AISTRUCT |
| struct | SS_MEMWINTBL |
| struct | SS_IOWINTBL |
| struct | SS_WISTRUCT |
| struct | CSEventEntryPB |
| struct | AddSocketServicesPB |
| struct | ReplaceSocketServicesPB |
| struct | SSAcknowledgeInterruptPB |
| struct | SSGetAccessOffsetsPB |
| struct | SSGetAdapterCountPB |
| struct | SSGetSetAdapterPB |
| struct | SSGetSetEDCPB |
| struct | SSGetSetPagePB |
| struct | SSGetSetPriorHandlerPB |
| struct | SSGetSetSocketPB |
| struct | SSGetSetSSAddrPB |
| struct | SSGetSetWindowPB |
| struct | SSGetSSInfoPB |
| struct | SSGetStatusPB |
| struct | SSGetVendorInfoPB |
| struct | SSInquireAdapterPB |
| struct | SSInquireEDCPB |
| struct | SSInquireSocketPB |
| struct | SSInquireWindowPB |
| struct | SSPauseEDCPB |
| struct | SSReadEDCPB |
| struct | SSResetSocketPB |
| struct | SSResumeEDCPB |
| struct | SSStartEDCPB |
| struct | SSStopEDCPB |
| struct | SSVendorSpecificPB |
Macros | |
| #define | NewPCCardSSEntryUPP(userRoutine) |
| #define | DisposePCCardSSEntryUPP(userUPP) DisposeRoutineDescriptor(userUPP) |
| #define | InvokePCCardSSEntryUPP(fnCode, callPB, dataPtr, userUPP) |
| #define | NewPCCardSSEntryProc(userRoutine) NewPCCardSSEntryUPP(userRoutine) |
| #define | CallPCCardSSEntryProc(userRoutine, fnCode, callPB, dataPtr) InvokePCCardSSEntryUPP(fnCode, callPB, dataPtr, userRoutine) |
| #define | NewPCCardCSEntryUPP(userRoutine) |
| #define | DisposePCCardCSEntryUPP(userUPP) DisposeRoutineDescriptor(userUPP) |
| #define | InvokePCCardCSEntryUPP(pb, userUPP) CALL_ONE_PARAMETER_UPP((userUPP), uppPCCardCSEntryProcInfo, (pb)) |
| #define | NewPCCardCSEntryProc(userRoutine) NewPCCardCSEntryUPP(userRoutine) |
| #define | CallPCCardCSEntryProc(userRoutine, pb) InvokePCCardCSEntryUPP(pb, userRoutine) |
Typedefs | |
| typedef Byte | SS_BYTE |
| typedef Byte | SS_FLAGS8 |
| typedef Byte | SS_IRQ |
| typedef Byte | SS_PWRLEVEL |
| typedef UInt16 | SS_ADAPTER |
| typedef UInt16 | SS_BCD |
| typedef UInt16 | SS_COUNT |
| typedef UInt16 | SS_EDC |
| typedef UInt16 | SS_FLAGS16 |
| typedef UInt16 | SS_PAGE |
| typedef UInt16 | SS_PWRINDEX |
| typedef UInt16 | SS_SIGNATURE |
| typedef UInt16 | SS_SKTBITS |
| typedef UInt16 | SS_SOCKET |
| typedef UInt16 | SS_SPEED |
| typedef UInt16 | SS_WINDOW |
| typedef UInt16 | SS_WORD |
| typedef UInt32 | SS_BASE |
| typedef UInt32 | SS_FLAGS32 |
| typedef UInt32 | SS_OFFSET |
| typedef UInt32 | SS_SIZE |
| typedef Ptr | SS_PTR |
| typedef OSErr | SS_RETCODE |
| typedef struct SS_SCHARTBL | SS_SCHARTBL |
| typedef struct SS_SISTRUCT | SS_SISTRUCT |
| typedef struct SS_VISTRUCT | SS_VISTRUCT |
| typedef struct SS_ACHARTBL | SS_ACHARTBL |
| typedef struct SS_PWRENTRY | SS_PWRENTRY |
| typedef struct SS_AISTRUCT | SS_AISTRUCT |
| typedef struct SS_MEMWINTBL | SS_MEMWINTBL |
| typedef struct SS_IOWINTBL | SS_IOWINTBL |
| typedef struct SS_WISTRUCT | SS_WISTRUCT |
| typedef Ptr | callPB |
| typedef Ptr Ptr | dataPtr |
| typedef struct CSEventEntryPB | CSEventEntryPB |
| typedef struct AddSocketServicesPB | AddSocketServicesPB |
| typedef struct ReplaceSocketServicesPB | ReplaceSocketServicesPB |
| typedef struct SSAcknowledgeInterruptPB | SSAcknowledgeInterruptPB |
| typedef struct SSGetAccessOffsetsPB | SSGetAccessOffsetsPB |
| typedef struct SSGetAdapterCountPB | SSGetAdapterCountPB |
| typedef struct SSGetSetAdapterPB | SSGetSetAdapterPB |
| typedef struct SSGetSetEDCPB | SSGetSetEDCPB |
| typedef struct SSGetSetPagePB | SSGetSetPagePB |
| typedef struct SSGetSetPriorHandlerPB | SSGetSetPriorHandlerPB |
| typedef struct SSGetSetSocketPB | SSGetSetSocketPB |
| typedef struct SSGetSetSSAddrPB | SSGetSetSSAddrPB |
| typedef struct SSGetSetWindowPB | SSGetSetWindowPB |
| typedef struct SSGetSSInfoPB | SSGetSSInfoPB |
| typedef struct SSGetStatusPB | SSGetStatusPB |
| typedef struct SSGetVendorInfoPB | SSGetVendorInfoPB |
| typedef struct SSInquireAdapterPB | SSInquireAdapterPB |
| typedef struct SSInquireEDCPB | SSInquireEDCPB |
| typedef struct SSInquireSocketPB | SSInquireSocketPB |
| typedef struct SSInquireWindowPB | SSInquireWindowPB |
| typedef struct SSPauseEDCPB | SSPauseEDCPB |
| typedef struct SSReadEDCPB | SSReadEDCPB |
| typedef struct SSResetSocketPB | SSResetSocketPB |
| typedef struct SSResumeEDCPB | SSResumeEDCPB |
| typedef struct SSStartEDCPB | SSStartEDCPB |
| typedef struct SSStopEDCPB | SSStopEDCPB |
| typedef struct SSVendorSpecificPB | SSVendorSpecificPB |
Enumerations | |
| enum | { STR_SIZE = 24 } |
| enum | { fnSSGetAdapterCount = 0x80 , fnSSUnsupported81 = 0x81 , fnSSUnsupported82 = 0x82 , fnSSGetSSInfo = 0x83 , fnSSInquireAdapter = 0x84 , fnSSGetAdapter = 0x85 , fnSSSetAdapter = 0x86 , fnSSInquireWindow = 0x87 , fnSSGetWindow = 0x88 , fnSSSetWindow = 0x89 , fnSSGetPage = 0x8A , fnSSSetPage = 0x8B , fnSSInquireSocket = 0x8C , fnSSGetSocket = 0x8D , fnSSSetSocket = 0x8E , fnSSGetStatus = 0x8F , fnSSResetSocket = 0x90 , fnSSUnsupported91 = 0x91 , fnSSUnsupported92 = 0x92 , fnSSUnsupported93 = 0x93 , fnSSUnsupported94 = 0x94 , fnSSInquireEDC = 0x95 , fnSSGetEDC = 0x96 , fnSSSetEDC = 0x97 , fnSSStartEDC = 0x98 , fnSSPauseEDC = 0x99 , fnSSResumeEDC = 0x9A , fnSSStopEDC = 0x9B , fnSSReadEDC = 0x9C , fnSSGetVendorInfo = 0x9D , fnSSAcknowledgeInterrupt = 0x9E , fnSSGetSetPriorHandler = 0x9F , fnSSGetSetSSAddr = 0xA0 , fnSSGetAccessOffsets = 0xA1 , fnSSUnsupportedA2 = 0xA2 , fnSSUnsupportedA3 = 0xA3 , fnSSUnsupportedA4 = 0xA4 , fnSSUnsupportedA5 = 0xA5 , fnSSUnsupportedA6 = 0xA6 , fnSSUnsupportedA7 = 0xA7 , fnSSUnsupportedA8 = 0xA8 , fnSSUnsupportedA9 = 0xA9 , fnSSUnsupportedAA = 0xAA , fnSSUnsupportedAB = 0xAB , fnSSUnsupportedAC = 0xAC , fnSSUnsupportedAD = 0xAD , fnSSVendorSpecific = 0xAE } |
| enum | { fnVSReserved = 0x00 , fnVSGetSocketLocationIcon = 0x01 , fnVSGetSocketLocationText = 0x02 , fnVSDoSocketLocalization = 0x03 , fnVSAppleSocketCapabilities = 0x04 , fnVSSleepWakeNotification = 0x05 } |
| enum | { AC_IND = 1 , AC_PWR = 2 , AC_DBW = 4 } |
| enum | { AS_POWERDOWN = 1 , AS_MAINTAIN = 2 } |
| enum | { EC_UNI = 1 , EC_BI = 2 , EC_REGISTER = 4 , EC_MEMORY = 8 , EC_PAUSABLE = 16 , EC_WRITE = 16 } |
| enum | { ET_CHECK8 = 1 , ET_SDLC16 = 2 } |
| enum | { IF_MEMORY = 1 , IF_IO = 2 } |
| enum | { IRQ_HIGH = 64 , IRQ_ENABLE = 128 } |
| enum | { IRQ_MEMORY = 4 , IRQ_IO = 4 } |
| enum | { PS_ATTRIBUTE = 0x01 , PS_ENABLED = 0x02 , PS_WP = 0x04 } |
| enum | { PWR_VCC = 128 , PWR_VPP1 = 64 , PWR_VPP2 = 32 } |
| enum | { SBM_WP = 1 , SBM_LOCKED = 2 , SBM_EJECT = 4 , SBM_INSERT = 8 , SBM_BVD1 = 16 , SBM_BVD2 = 32 , SBM_RDYBSY = 64 , SBM_CD = 128 } |
| enum | { SBM_LOCK = 16 , SBM_BATT = 32 , SBM_BUSY = 64 , SBM_XIP = 128 } |
| enum | { SBM_SLEEP_PWR = 1 } |
| enum | { WC_COMMON = 1 , WC_IO = 2 , WC_ATTRIBUTE = 4 , WC_TYPE_MASK = 7 , WC_WAIT = 128 } |
| enum | { WC_BASE = 1 , WC_SIZE = 2 , WC_WENABLE = 4 , WC_8BIT = 8 , WC_16BIT = 16 , WC_BALIGN = 32 , WC_POW2 = 64 , WC_CALIGN = 128 , WC_PAVAIL = 256 , WC_PSHARED = 512 , WC_PENABLE = 1024 , WC_WP = 2048 } |
| enum | { WC_INPACK = 128 , WC_EISA = 256 , WC_CENABLE = 512 } |
| enum | { WS_IO = 1 , WS_ENABLED = 2 , WS_16BIT = 4 } |
| enum | { WS_PAGED = 8 , WS_EISA = 16 , WS_CENABLE = 32 , WS_SWAP_LITTLE_TO_BIG_ENDIAN = 64 } |
| enum | { SS_SIG_VALUE = 0x5353 } |
| enum | { SS_CMPL_1_00 = 0x0100 , SS_CMPL_1_01 = 0x0101 , SS_CMPL_2_00 = 0x0200 , SS_CMPL_2_10 = 0x0210 } |
| enum | { uppPCCardSSEntryProcInfo = 0x00000FA0 } |
| enum | { uppPCCardCSEntryProcInfo = 0x000000C0 } |
| enum | { kSSGoingToSleep = 0x00000001 , kSSWakingFromSleep = 0x00000002 } |
Functions | |
| typedef | CALLBACK_API (short, PCCardSSEntryProcPtr)(UInt16 fnCode |
| typedef | STACK_UPP_TYPE (PCCardSSEntryProcPtr) PCCardSSEntryUPP |
| PCCardSSEntryUPP | NewPCCardSSEntryUPP (PCCardSSEntryProcPtr userRoutine) |
| void | DisposePCCardSSEntryUPP (PCCardSSEntryUPP userUPP) |
| short | InvokePCCardSSEntryUPP (UInt16 fnCode, Ptr callPB, Ptr dataPtr, PCCardSSEntryUPP userUPP) |
| typedef | CALLBACK_API (void, PCCardCSEntryProcPtr)(CSEventEntryPB *pb) |
| typedef | STACK_UPP_TYPE (PCCardCSEntryProcPtr) PCCardCSEntryUPP |
| PCCardCSEntryUPP | NewPCCardCSEntryUPP (PCCardCSEntryProcPtr userRoutine) |
| void | DisposePCCardCSEntryUPP (PCCardCSEntryUPP userUPP) |
| void | InvokePCCardCSEntryUPP (CSEventEntryPB *pb, PCCardCSEntryUPP userUPP) |
| OSErr | CSAddSocketServices (AddSocketServicesPB *pb) |
| OSErr | CSReplaceSocketServices (ReplaceSocketServicesPB *pb) |
| SS_RETCODE | SSGetAdapterCount (SSGetAdapterCountPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSAcknowledgeInterrupt (SSAcknowledgeInterruptPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSGetSetPriorHandler (SSGetSetPriorHandlerPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSGetSetSSAddr (SSGetSetSSAddrPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSGetAccessOffsets (SSGetAccessOffsetsPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSGetAdapter (SSGetSetAdapterPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSGetSSInfo (SSGetSSInfoPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSGetVendorInfo (SSGetVendorInfoPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSInquireAdapter (SSInquireAdapterPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSSetAdapter (SSGetSetAdapterPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSVendorSpecific (SSVendorSpecificPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSGetSocket (SSGetSetSocketPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSGetStatus (SSGetStatusPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSInquireSocket (SSInquireSocketPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSResetSocket (SSResetSocketPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSSetSocket (SSGetSetSocketPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSGetPage (SSGetSetPagePB *pb, Ptr dataPtr) |
| SS_RETCODE | SSGetWindow (SSGetSetWindowPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSInquireWindow (SSInquireWindowPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSSetPage (SSGetSetPagePB *pb, Ptr dataPtr) |
| SS_RETCODE | SSSetWindow (SSGetSetWindowPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSGetEDC (SSGetSetEDCPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSInquireEDC (SSInquireEDCPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSPauseEDC (SSPauseEDCPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSReadEDC (SSReadEDCPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSResumeEDC (SSResumeEDCPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSSetEDC (SSGetSetEDCPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSStartEDC (SSStartEDCPB *pb, Ptr dataPtr) |
| SS_RETCODE | SSStopEDC (SSStopEDCPB *pb, Ptr dataPtr) |
This file contains constants and data structures that.
For bug reports, consult the following page on the World Wide Web:
http://developer.apple.com/bugreporter/
| #define InvokePCCardSSEntryUPP | ( | fnCode, | |
| callPB, | |||
| dataPtr, | |||
| userUPP | |||
| ) |
| #define NewPCCardCSEntryProc | ( | userRoutine | ) | NewPCCardCSEntryUPP(userRoutine) |
CALL_NOT_IN_CARBON support for pre-Carbon UPP routines: New...Proc and Call...Proc
| #define NewPCCardCSEntryUPP | ( | userRoutine | ) |
pascal no_return_value Func(4_bytes)
| #define NewPCCardSSEntryProc | ( | userRoutine | ) | NewPCCardSSEntryUPP(userRoutine) |
CALL_NOT_IN_CARBON support for pre-Carbon UPP routines: New...Proc and Call...Proc
| #define NewPCCardSSEntryUPP | ( | userRoutine | ) |
pascal 2_bytes Func(2_bytes, 4_bytes, 4_bytes)
| typedef Byte SS_BYTE |
///////////////////////////////////////////////////////////////////////////////////// TypeDefs for the Socket Services function codes
| anonymous enum |
©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©© function selectors passed to Socket Service entry point ©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©
| anonymous enum |
SSVendorSpecificPB.function values
| anonymous enum |
| anonymous enum |
Vendor Specific Apple Socket Capabilities
| anonymous enum |
| anonymous enum |
©attributes© constants
| typedef CALLBACK_API | ( | short | , |
| PCCardSSEntryProcPtr | |||
| ) |
©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©© Universal ProcPtr for Socket Service entry point ©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©
| OSErr CSAddSocketServices | ( | AddSocketServicesPB * | pb | ) |
| OSErr CSReplaceSocketServices | ( | ReplaceSocketServicesPB * | pb | ) |
| void DisposePCCardCSEntryUPP | ( | PCCardCSEntryUPP | userUPP | ) |
| void DisposePCCardSSEntryUPP | ( | PCCardSSEntryUPP | userUPP | ) |
| void InvokePCCardCSEntryUPP | ( | CSEventEntryPB * | pb, |
| PCCardCSEntryUPP | userUPP | ||
| ) |
| short InvokePCCardSSEntryUPP | ( | UInt16 | fnCode, |
| Ptr | callPB, | ||
| Ptr | dataPtr, | ||
| PCCardSSEntryUPP | userUPP | ||
| ) |
| PCCardCSEntryUPP NewPCCardCSEntryUPP | ( | PCCardCSEntryProcPtr | userRoutine | ) |
| PCCardSSEntryUPP NewPCCardSSEntryUPP | ( | PCCardSSEntryProcPtr | userRoutine | ) |
| SS_RETCODE SSAcknowledgeInterrupt | ( | SSAcknowledgeInterruptPB * | pb, |
| Ptr | dataPtr | ||
| ) |
©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©© Adapter Functions ©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©© SSAcknowledgeInterrupt()
| SS_RETCODE SSGetAccessOffsets | ( | SSGetAccessOffsetsPB * | pb, |
| Ptr | dataPtr | ||
| ) |
| SS_RETCODE SSGetAdapter | ( | SSGetSetAdapterPB * | pb, |
| Ptr | dataPtr | ||
| ) |
| SS_RETCODE SSGetAdapterCount | ( | SSGetAdapterCountPB * | pb, |
| Ptr | dataPtr | ||
| ) |
©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©© Non-specific Socket Services Functions ©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©© SSGetAdapterCount()
| SS_RETCODE SSGetEDC | ( | SSGetSetEDCPB * | pb, |
| Ptr | dataPtr | ||
| ) |
©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©© Error Detection Functions ©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©© SSGetEDC()
| SS_RETCODE SSGetPage | ( | SSGetSetPagePB * | pb, |
| Ptr | dataPtr | ||
| ) |
©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©© Window Functions ©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©© SSGetPage()
| SS_RETCODE SSGetSetPriorHandler | ( | SSGetSetPriorHandlerPB * | pb, |
| Ptr | dataPtr | ||
| ) |
| SS_RETCODE SSGetSetSSAddr | ( | SSGetSetSSAddrPB * | pb, |
| Ptr | dataPtr | ||
| ) |
| SS_RETCODE SSGetSocket | ( | SSGetSetSocketPB * | pb, |
| Ptr | dataPtr | ||
| ) |
©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©© Socket Functions ©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©©© SSGetSocket()
| SS_RETCODE SSGetSSInfo | ( | SSGetSSInfoPB * | pb, |
| Ptr | dataPtr | ||
| ) |
| SS_RETCODE SSGetStatus | ( | SSGetStatusPB * | pb, |
| Ptr | dataPtr | ||
| ) |
| SS_RETCODE SSGetVendorInfo | ( | SSGetVendorInfoPB * | pb, |
| Ptr | dataPtr | ||
| ) |
| SS_RETCODE SSGetWindow | ( | SSGetSetWindowPB * | pb, |
| Ptr | dataPtr | ||
| ) |
| SS_RETCODE SSInquireAdapter | ( | SSInquireAdapterPB * | pb, |
| Ptr | dataPtr | ||
| ) |
| SS_RETCODE SSInquireEDC | ( | SSInquireEDCPB * | pb, |
| Ptr | dataPtr | ||
| ) |
| SS_RETCODE SSInquireSocket | ( | SSInquireSocketPB * | pb, |
| Ptr | dataPtr | ||
| ) |
| SS_RETCODE SSInquireWindow | ( | SSInquireWindowPB * | pb, |
| Ptr | dataPtr | ||
| ) |
| SS_RETCODE SSPauseEDC | ( | SSPauseEDCPB * | pb, |
| Ptr | dataPtr | ||
| ) |
| SS_RETCODE SSReadEDC | ( | SSReadEDCPB * | pb, |
| Ptr | dataPtr | ||
| ) |
| SS_RETCODE SSResetSocket | ( | SSResetSocketPB * | pb, |
| Ptr | dataPtr | ||
| ) |
| SS_RETCODE SSResumeEDC | ( | SSResumeEDCPB * | pb, |
| Ptr | dataPtr | ||
| ) |
| SS_RETCODE SSSetAdapter | ( | SSGetSetAdapterPB * | pb, |
| Ptr | dataPtr | ||
| ) |
| SS_RETCODE SSSetEDC | ( | SSGetSetEDCPB * | pb, |
| Ptr | dataPtr | ||
| ) |
| SS_RETCODE SSSetPage | ( | SSGetSetPagePB * | pb, |
| Ptr | dataPtr | ||
| ) |
| SS_RETCODE SSSetSocket | ( | SSGetSetSocketPB * | pb, |
| Ptr | dataPtr | ||
| ) |
| SS_RETCODE SSSetWindow | ( | SSGetSetWindowPB * | pb, |
| Ptr | dataPtr | ||
| ) |
| SS_RETCODE SSStartEDC | ( | SSStartEDCPB * | pb, |
| Ptr | dataPtr | ||
| ) |
| SS_RETCODE SSStopEDC | ( | SSStopEDCPB * | pb, |
| Ptr | dataPtr | ||
| ) |
| SS_RETCODE SSVendorSpecific | ( | SSVendorSpecificPB * | pb, |
| Ptr | dataPtr | ||
| ) |