- Timestamp:
- Jan 3, 2000, 11:25:57 AM (26 years ago)
- Location:
- trunk/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lz32/lz32.cpp
r1976 r2306 1 /* $Id: lz32.cpp,v 1. 7 1999-12-05 10:03:16sandervl Exp $ */1 /* $Id: lz32.cpp,v 1.8 2000-01-03 10:25:57 sandervl Exp $ */ 2 2 3 3 /* … … 23 23 #include <lz32.h> 24 24 #include "debugtools.h" 25 25 #include <misc.h> 26 26 27 27 ODINDEBUGCHANNEL(LZ32) 28 28 29 29 #define SystemHeap GetProcessHeap() 30 #define dprintf(a)31 30 32 31 -
trunk/src/lz32/lz32.def
r527 r2306 1 ; $Id: lz32.def,v 1.5 2000-01-03 10:25:57 sandervl Exp $ 1 2 ; Win32 32-bit decompression library 3 4 ; 5 ; Based on NT 4.0 SP6: LZ32.DLL 6 ; 2 7 LIBRARY LZ32 INITINSTANCE TERMINSTANCE 3 8 PROTMODE … … 5 10 CODE LOADONCALL 6 11 7 IMPORTS8 _lstrcpyAtoW@8 = KERNEL32.lstrcpyAtoW9 _HEAP_xalloc@12 = KERNEL32.HEAP_xalloc10 _HEAP_strdupAtoW@12 = KERNEL32.HEAP_strdupAtoW11 _HEAP_strdupWtoA@12 = KERNEL32.HEAP_strdupWtoA12 13 12 EXPORTS 14 LZCopy = _LZCopy@8 ; @0 -- PH: can't be exported? 15 LZOpenFileA = _LZOpenFileA@12 @1 16 LZInit = _LZInit@4 @2 17 LZSeek = _LZSeek@12 @3 18 LZRead = _LZRead@12 @4 19 LZClose = _LZClose@4 @5 20 LZStart = _LZStart@0 @6 21 CopyLZFile = _CopyLZFile@8 @7 22 LZDone = _LZDone@0 @8 23 GetExpandedNameA = _GetExpandedNameA@8 @9 24 LZOpenFileW = _LZOpenFileW@12 @10 25 GetExpandedNameW = _GetExpandedNameW@8 @11 26 13 CopyLZFile = _CopyLZFile@8 @1 14 GetExpandedNameA = _GetExpandedNameA@8 @2 15 GetExpandedNameW = _GetExpandedNameW@8 @3 16 LZClose = _LZClose@4 @4 17 LZCopy = _LZCopy@8 @5 18 LZDone = _LZDone@0 @6 19 LZInit = _LZInit@4 @7 20 LZOpenFileA = _LZOpenFileA@12 @8 21 LZOpenFileW = _LZOpenFileW@12 @9 22 LZRead = _LZRead@12 @10 23 LZSeek = _LZSeek@12 @11 24 LZStart = _LZStart@0 @12 -
trunk/src/lz32/makefile
r1585 r2306 1 # $Id: makefile,v 1. 5 1999-11-03 23:28:05sandervl Exp $1 # $Id: makefile,v 1.6 2000-01-03 10:25:57 sandervl Exp $ 2 2 3 3 # … … 41 41 42 42 43 lz32.obj: lz32.cpp lz32.h debugtools.h43 lz32.obj: lz32.cpp lz32.h $(PDWIN32_INCLUDE)\win\debugtools.h 44 44 initterm.obj: initterm.cpp 45 45 46 46 clean: 47 $(RM) *.obj *.lib *.dll * ~ *.map *.pch47 $(RM) *.obj *.lib *.dll *.map *.pch 48 48 $(RM) $(PDWIN32_BIN)\$(TARGET).dll 49 49 $(RM) $(PDWIN32_LIB)\$(TARGET).lib -
trunk/src/tapi32/makefile
r1585 r2306 1 # $Id: makefile,v 1. 7 1999-11-03 23:28:06 sandervl Exp $1 # $Id: makefile,v 1.8 2000-01-03 10:25:36 sandervl Exp $ 2 2 3 3 # … … 46 46 47 47 clean: 48 $(RM) *.obj *.lib *.dll * ~ *.map *.pch48 $(RM) *.obj *.lib *.dll *.map *.pch 49 49 $(RM) $(PDWIN32_BIN)\$(TARGET).dll 50 50 $(RM) $(PDWIN32_LIB)\$(TARGET).lib -
trunk/src/tapi32/tapi32.def
r379 r2306 1 ; $Id: tapi32.def,v 1.3 1999-07-24 07:20:54 sandervl Exp $ 2 1 ; $Id: tapi32.def,v 1.4 2000-01-03 10:25:36 sandervl Exp $ 2 3 ; 4 ; Based on NT 4.0 SP6: TAPI32.DLL 5 ; 3 6 LIBRARY TAPI32 INITINSTANCE 4 7 DATA MULTIPLE NONSHARED 5 8 6 9 EXPORTS 7 lineAccept = _lineAccept@12 @150 8 lineAddProvider = _lineAddProvider@12 @1 9 lineAddToConference = _lineAddToConference@8 @2 10 lineAnswer = _lineAnswer@12 @3 11 lineBlindTransfer = _lineBlindTransfer@12 @4 12 lineClose = _lineClose@4 @5 13 lineCompleteCall = _lineCompleteCall@16 @6 14 lineCompleteTransfer = _lineCompleteTransfer@16 @7 15 lineConfigDialog = _lineConfigDialog@12 @8 16 lineConfigDialogEdit = _lineConfigDialogEdit@24 @9 17 lineConfigProvider = _lineConfigProvider@8 @10 18 lineDeallocateCall = _lineDeallocateCall@4 @11 19 lineDevSpecific = _lineDevSpecific@20 @12 20 lineDevSpecificFeature = _lineDevSpecificFeature@16 @13 21 lineDial = _lineDial@12 @14 22 lineDrop = _lineDrop@12 @15 23 lineForward = _lineForward@28 @16 24 lineGatherDigits = _lineGatherDigits@28 @17 25 lineGenerateDigits = _lineGenerateDigits@16 @18 26 lineGenerateTone = _lineGenerateTone@20 @19 27 lineGetAddressCaps = _lineGetAddressCaps@24 @20 28 lineGetAddressID = _lineGetAddressID@20 @21 29 lineGetAddressStatus = _lineGetAddressStatus@12 @22 30 lineGetAppPriority = _lineGetAppPriority@24 @23 31 lineGetCallInfo = _lineGetCallInfo@8 @24 32 lineGetCallStatus = _lineGetCallStatus@8 @25 33 lineGetConfRelatedCalls = _lineGetConfRelatedCalls@8 @26 34 lineGetCountry = _lineGetCountry@12 @27 35 lineGetDevCaps = _lineGetDevCaps@20 @28 36 lineGetDevConfig = _lineGetDevConfig@12 @29 37 lineGetID = _lineGetID@24 @30 38 lineGetIcon = _lineGetIcon@12 @31 39 lineGetLineDevStatus = _lineGetLineDevStatus@8 @32 40 lineGetNewCalls = _lineGetNewCalls@16 @33 41 lineGetNumRings = _lineGetNumRings@12 @34 42 lineGetProviderList = _lineGetProviderList@8 @35 43 lineGetRequest = _lineGetRequest@12 @36 44 lineGetStatusMessages = _lineGetStatusMessages@12 @37 45 lineGetTranslateCaps = _lineGetTranslateCaps@12 @38 46 lineHandoff = _lineHandoff@12 @39 47 lineHold = _lineHold@4 @40 48 lineInitialize = _lineInitialize@20 @41 49 lineMakeCall = _lineMakeCall@20 @42 50 lineMonitorDigits = _lineMonitorDigits@8 @43 51 lineMonitorMedia = _lineMonitorMedia@8 @44 52 lineMonitorTones = _lineMonitorTones@12 @45 53 lineNegotiateAPIVersion = _lineNegotiateAPIVersion@24 @46 54 lineNegotiateExtVersion = _lineNegotiateExtVersion@24 @47 55 lineOpen = _lineOpen@36 @48 56 linePark = _linePark@16 @49 57 linePickup = _linePickup@20 @50 58 linePrepareAddToConference = _linePrepareAddToConference@12 @51 59 lineRedirect = _lineRedirect@12 @52 60 lineRegisterRequestRecipient = _lineRegisterRequestRecipient@16 @53 61 lineReleaseUserUserInfo = _lineReleaseUserUserInfo@4 @54 62 lineRemoveFromConference = _lineRemoveFromConference@4 @55 63 lineRemoveProvider = _lineRemoveProvider@8 @56 64 lineSecureCall = _lineSecureCall@4 @57 65 lineSendUserUserInfo = _lineSendUserUserInfo@12 @58 66 lineSetAppPriority = _lineSetAppPriority@24 @59 67 lineSetAppSpecific = _lineSetAppSpecific@8 @60 68 lineSetCallParams = _lineSetCallParams@20 @61 69 lineSetCallPrivilege = _lineSetCallPrivilege@8 @62 70 lineSetCurrentLocation = _lineSetCurrentLocation@8 @63 71 lineSetDevConfig = _lineSetDevConfig@16 @64 72 lineSetMediaControl = _lineSetMediaControl@48 @65 73 lineSetMediaMode = _lineSetMediaMode@8 @66 74 lineSetNumRings = _lineSetNumRings@12 @67 75 lineSetStatusMessages = _lineSetStatusMessages@12 @68 76 lineSetTerminal = _lineSetTerminal@28 @69 77 lineSetTollList = _lineSetTollList@16 @70 78 lineSetupConference = _lineSetupConference@24 @71 79 lineSetupTransfer = _lineSetupTransfer@12 @72 80 lineShutdown = _lineShutdown@4 @73 81 lineSwapHold = _lineSwapHold@8 @74 82 lineTranslateAddress = _lineTranslateAddress@28 @75 83 lineTranslateDialog = _lineTranslateDialog@20 @76 84 lineUncompleteCall = _lineUncompleteCall@8 @77 85 lineUnhold = _lineUnhold@4 @78 86 lineUnpark = _lineUnpark@16 @79 87 phoneClose = _phoneClose@4 @80 88 phoneConfigDialog = _phoneConfigDialog@12 @81 89 phoneDevSpecific = _phoneDevSpecific@12 @82 90 phoneGetButtonInfo = _phoneGetButtonInfo@12 @83 91 phoneGetData = _phoneGetData@16 @84 92 phoneGetDevCaps = _phoneGetDevCaps@20 @85 93 phoneGetDisplay = _phoneGetDisplay@8 @86 94 phoneGetGain = _phoneGetGain@12 @87 95 phoneGetHookSwitch = _phoneGetHookSwitch@8 @88 96 phoneGetID = _phoneGetID@12 @89 97 phoneGetIcon = _phoneGetIcon@12 @90 98 phoneGetLamp = _phoneGetLamp@12 @91 99 phoneGetRing = _phoneGetRing@12 @92 100 phoneGetStatus = _phoneGetStatus@8 @93 101 phoneGetStatusMessages = _phoneGetStatusMessages@16 @94 102 phoneGetVolume = _phoneGetVolume@12 @95 103 phoneInitialize = _phoneInitialize@20 @96 104 phoneNegotiateAPIVersion = _phoneNegotiateAPIVersion@24 @97 105 phoneNegotiateExtVersion = _phoneNegotiateExtVersion@24 @98 106 phoneOpen = _phoneOpen@28 @99 107 phoneSetButtonInfo = _phoneSetButtonInfo@12 @100 108 phoneSetData = _phoneSetData@16 @101 109 phoneSetDisplay = _phoneSetDisplay@20 @102 110 phoneSetGain = _phoneSetGain@12 @103 111 phoneSetHookSwitch = _phoneSetHookSwitch@12 @104 112 phoneSetLamp = _phoneSetLamp@12 @105 113 phoneSetRing = _phoneSetRing@12 @106 114 phoneSetStatusMessages = _phoneSetStatusMessages@16 @107 115 phoneSetVolume = _phoneSetVolume@12 @108 116 phoneShutdown = _phoneShutdown@4 @109 117 tapiGetLocationInfo = _tapiGetLocationInfo@8 @110 118 tapiRequestDrop = _tapiRequestDrop@8 @111 119 tapiRequestMakeCall = _tapiRequestMakeCall@16 @112 120 tapiRequestMediaCall = _tapiRequestMediaCall@40 @113 121 10 ; BrowseHookProc @1 11 ; FDlgAddDriver @2 12 ; FDlgAddUnlisted @3 13 ; FDlgDriverList @4 14 ; GetTapi16CallbackMsg @5 15 ; InsertDiskDlg @6 16 ; LAddrParamsInited @7 17 ; LOpenDialAsst @8 18 ; LocWizardDlgProc @9 19 ; MMCAddProvider @10 20 ; MMCConfigProvider @11 21 ; MMCGetAvailableProviders @12 22 ; MMCGetLineInfo @13 23 ; MMCGetLineStatus @14 24 ; MMCGetPhoneInfo @15 25 ; MMCGetPhoneStatus @16 26 ; MMCGetProviderList @17 27 ; MMCGetServerConfig @18 28 ; MMCInitialize @19 29 ; MMCRemoveProvider @20 30 ; MMCSetLineInfo @21 31 ; MMCSetPhoneInfo @22 32 ; MMCSetServerConfig @23 33 ; MMCShutdown @24 34 ; NonAsyncEventThread @25 35 ; TAPIWndProc @26 36 ; TUISPIDLLCallback @27 37 ; internalConfig @28 38 ; internalNewLocationW @29 39 ; internalPerformance @30 40 ; internalRemoveLocation @31 41 ; internalRenameLocationW @32 42 lineAccept = _lineAccept@12 @33 43 lineAddProvider = _lineAddProvider@12 @34 44 ; lineAddProviderA @35 45 ; lineAddProviderW @36 46 lineAddToConference = _lineAddToConference@8 @37 47 ; lineAgentSpecific @38 48 lineAnswer = _lineAnswer@12 @39 49 lineBlindTransfer = _lineBlindTransfer@12 @40 50 ; lineBlindTransferA @41 51 ; lineBlindTransferW @42 52 lineClose = _lineClose@4 @43 53 lineCompleteCall = _lineCompleteCall@16 @44 54 lineCompleteTransfer = _lineCompleteTransfer@16 @45 55 lineConfigDialog = _lineConfigDialog@12 @46 56 ; lineConfigDialogA @47 57 lineConfigDialogEdit = _lineConfigDialogEdit@24 @48 58 ; lineConfigDialogEditA @49 59 ; lineConfigDialogEditW @50 60 ; lineConfigDialogW @51 61 lineConfigProvider = _lineConfigProvider@8 @52 62 lineDeallocateCall = _lineDeallocateCall@4 @53 63 lineDevSpecific = _lineDevSpecific@20 @54 64 lineDevSpecificFeature = _lineDevSpecificFeature@16 @55 65 lineDial = _lineDial@12 @56 66 ; lineDialA @57 67 ; lineDialW @58 68 lineDrop = _lineDrop@12 @59 69 lineForward = _lineForward@28 @60 70 ; lineForwardA @61 71 ; lineForwardW @62 72 lineGatherDigits = _lineGatherDigits@28 @63 73 ; lineGatherDigitsA @64 74 ; lineGatherDigitsW @65 75 lineGenerateDigits = _lineGenerateDigits@16 @66 76 ; lineGenerateDigitsA @67 77 ; lineGenerateDigitsW @68 78 lineGenerateTone = _lineGenerateTone@20 @69 79 lineGetAddressCaps = _lineGetAddressCaps@24 @70 80 ; lineGetAddressCapsA @71 81 ; lineGetAddressCapsW @72 82 lineGetAddressID = _lineGetAddressID@20 @73 83 ; lineGetAddressIDA @74 84 ; lineGetAddressIDW @75 85 lineGetAddressStatus = _lineGetAddressStatus@12 @76 86 ; lineGetAddressStatusA @77 87 ; lineGetAddressStatusW @78 88 ; lineGetAgentActivityListA @79 89 ; lineGetAgentActivityListW @80 90 ; lineGetAgentCapsA @81 91 ; lineGetAgentCapsW @82 92 ; lineGetAgentGroupListA @83 93 ; lineGetAgentGroupListW @84 94 ; lineGetAgentStatusA @85 95 ; lineGetAgentStatusW @86 96 lineGetAppPriority = _lineGetAppPriority@24 @87 97 ; lineGetAppPriorityA @88 98 ; lineGetAppPriorityW @89 99 lineGetCallInfo = _lineGetCallInfo@8 @90 100 ; lineGetCallInfoA @91 101 ; lineGetCallInfoW @92 102 lineGetCallStatus = _lineGetCallStatus@8 @93 103 lineGetConfRelatedCalls = _lineGetConfRelatedCalls@8 @94 104 lineGetCountry = _lineGetCountry@12 @95 105 ; lineGetCountryA @96 106 ; lineGetCountryW @97 107 lineGetDevCaps = _lineGetDevCaps@20 @98 108 ; lineGetDevCapsA @99 109 ; lineGetDevCapsW @100 110 111 lineGetDevConfig = _lineGetDevConfig@12 @101 112 ; lineGetDevConfigA @102 113 ; lineGetDevConfigW @103 114 lineGetID = _lineGetID@24 @104 115 ; lineGetIDA @105 116 ; lineGetIDW @106 117 lineGetIcon = _lineGetIcon@12 @107 118 ; lineGetIconA @108 119 ; lineGetIconW @109 120 lineGetLineDevStatus = _lineGetLineDevStatus@8 @110 121 ; lineGetLineDevStatusA @111 122 ; lineGetLineDevStatusW @112 123 ; lineGetMessage @113 124 lineGetNewCalls = _lineGetNewCalls@16 @114 125 lineGetNumRings = _lineGetNumRings@12 @115 126 lineGetProviderList = _lineGetProviderList@8 @116 127 ; lineGetProviderListA @117 128 ; lineGetProviderListW @118 129 lineGetRequest = _lineGetRequest@12 @119 130 ; lineGetRequestA @120 131 ; lineGetRequestW @121 132 lineGetStatusMessages = _lineGetStatusMessages@12 @122 133 lineGetTranslateCaps = _lineGetTranslateCaps@12 @123 134 ; lineGetTranslateCapsA @124 135 ; lineGetTranslateCapsW @125 136 lineHandoff = _lineHandoff@12 @126 137 ; lineHandoffA @127 138 ; lineHandoffW @128 139 lineHold = _lineHold@4 @129 140 lineInitialize = _lineInitialize@20 @130 141 ; lineInitializeExA @131 142 ; lineInitializeExW @132 143 lineMakeCall = _lineMakeCall@20 @133 144 ; lineMakeCallA @134 145 ; lineMakeCallW @135 146 lineMonitorDigits = _lineMonitorDigits@8 @136 147 lineMonitorMedia = _lineMonitorMedia@8 @137 148 lineMonitorTones = _lineMonitorTones@12 @138 149 lineNegotiateAPIVersion = _lineNegotiateAPIVersion@24 @139 150 lineNegotiateExtVersion = _lineNegotiateExtVersion@24 @140 151 lineOpen = _lineOpen@36 @141 152 ; lineOpenA @142 153 ; lineOpenW @143 154 linePark = _linePark@16 @144 155 ; lineParkA @145 156 ; lineParkW @146 157 linePickup = _linePickup@20 @147 158 ; linePickupA @148 159 ; linePickupW @149 160 linePrepareAddToConference = _linePrepareAddToConference@12 @150 161 ; linePrepareAddToConferenceA @151 162 ; linePrepareAddToConferenceW @152 163 ; lineProxyMessage @153 164 ; lineProxyResponse @154 165 lineRedirect = _lineRedirect@12 @155 166 ; lineRedirectA @156 167 ; lineRedirectW @157 168 lineRegisterRequestRecipient = _lineRegisterRequestRecipient@16 @158 169 lineReleaseUserUserInfo = _lineReleaseUserUserInfo@4 @159 170 lineRemoveFromConference = _lineRemoveFromConference@4 @160 171 lineRemoveProvider = _lineRemoveProvider@8 @161 172 lineSecureCall = _lineSecureCall@4 @162 173 lineSendUserUserInfo = _lineSendUserUserInfo@12 @163 174 ; lineSetAgentActivity @164 175 ; lineSetAgentGroup @165 176 ; lineSetAgentState @166 177 lineSetAppPriority = _lineSetAppPriority@24 @167 178 ; lineSetAppPriorityA @168 179 ; lineSetAppPriorityW @169 180 lineSetAppSpecific = _lineSetAppSpecific@8 @170 181 ; lineSetCallData @171 182 lineSetCallParams = _lineSetCallParams@20 @172 183 lineSetCallPrivilege = _lineSetCallPrivilege@8 @173 184 ; lineSetCallQualityOfService @174 185 ; lineSetCallTreatment @175 186 lineSetCurrentLocation = _lineSetCurrentLocation@8 @176 187 lineSetDevConfig = _lineSetDevConfig@16 @177 188 ; lineSetDevConfigA @178 189 ; lineSetDevConfigW @179 190 ; lineSetLineDevStatus @180 191 lineSetMediaControl = _lineSetMediaControl@48 @181 192 lineSetMediaMode = _lineSetMediaMode@8 @182 193 lineSetNumRings = _lineSetNumRings@12 @183 194 lineSetStatusMessages = _lineSetStatusMessages@12 @184 195 lineSetTerminal = _lineSetTerminal@28 @185 196 lineSetTollList = _lineSetTollList@16 @186 197 ; lineSetTollListA @187 198 ; lineSetTollListW @188 199 lineSetupConference = _lineSetupConference@24 @189 200 ; lineSetupConferenceA @190 201 ; lineSetupConferenceW @191 202 lineSetupTransfer = _lineSetupTransfer@12 @192 203 ; lineSetupTransferA @193 204 ; lineSetupTransferW @194 205 lineShutdown = _lineShutdown@4 @195 206 lineSwapHold = _lineSwapHold@8 @196 207 lineTranslateAddress = _lineTranslateAddress@28 @197 208 ; lineTranslateAddressA @198 209 ; lineTranslateAddressW @199 210 lineTranslateDialog = _lineTranslateDialog@20 @200 211 212 ; lineTranslateDialogA @201 213 ; lineTranslateDialogW @202 214 lineUncompleteCall = _lineUncompleteCall@8 @203 215 lineUnhold = _lineUnhold@4 @204 216 lineUnpark = _lineUnpark@16 @205 217 ; lineUnparkA @206 218 ; lineUnparkW @207 219 phoneClose = _phoneClose@4 @208 220 phoneConfigDialog = _phoneConfigDialog@12 @209 221 ; phoneConfigDialogA @210 222 ; phoneConfigDialogW @211 223 phoneDevSpecific = _phoneDevSpecific@12 @212 224 phoneGetButtonInfo = _phoneGetButtonInfo@12 @213 225 ; phoneGetButtonInfoA @214 226 ; phoneGetButtonInfoW @215 227 phoneGetData = _phoneGetData@16 @216 228 phoneGetDevCaps = _phoneGetDevCaps@20 @217 229 ; phoneGetDevCapsA @218 230 ; phoneGetDevCapsW @219 231 phoneGetDisplay = _phoneGetDisplay@8 @220 232 phoneGetGain = _phoneGetGain@12 @221 233 phoneGetHookSwitch = _phoneGetHookSwitch@8 @222 234 phoneGetID = _phoneGetID@12 @223 235 ; phoneGetIDA @224 236 ; phoneGetIDW @225 237 phoneGetIcon = _phoneGetIcon@12 @226 238 ; phoneGetIconA @227 239 ; phoneGetIconW @228 240 phoneGetLamp = _phoneGetLamp@12 @229 241 ; phoneGetMessage @230 242 phoneGetRing = _phoneGetRing@12 @231 243 phoneGetStatus = _phoneGetStatus@8 @232 244 ; phoneGetStatusA @233 245 phoneGetStatusMessages = _phoneGetStatusMessages@16 @234 246 ; phoneGetStatusW @235 247 phoneGetVolume = _phoneGetVolume@12 @236 248 phoneInitialize = _phoneInitialize@20 @237 249 ; phoneInitializeExA @238 250 ; phoneInitializeExW @239 251 phoneNegotiateAPIVersion = _phoneNegotiateAPIVersion@24 @240 252 phoneNegotiateExtVersion = _phoneNegotiateExtVersion@24 @241 253 phoneOpen = _phoneOpen@28 @242 254 phoneSetButtonInfo = _phoneSetButtonInfo@12 @243 255 ; phoneSetButtonInfoA @244 256 ; phoneSetButtonInfoW @245 257 phoneSetData = _phoneSetData@16 @246 258 phoneSetDisplay = _phoneSetDisplay@20 @247 259 phoneSetGain = _phoneSetGain@12 @248 260 phoneSetHookSwitch = _phoneSetHookSwitch@12 @249 261 phoneSetLamp = _phoneSetLamp@12 @250 262 phoneSetRing = _phoneSetRing@12 @251 263 phoneSetStatusMessages = _phoneSetStatusMessages@16 @252 264 phoneSetVolume = _phoneSetVolume@12 @253 265 phoneShutdown = _phoneShutdown@4 @254 266 tapiGetLocationInfo = _tapiGetLocationInfo@8 @255 267 ; tapiGetLocationInfoA @256 268 ; tapiGetLocationInfoW @257 269 tapiRequestDrop = _tapiRequestDrop@8 @258 270 tapiRequestMakeCall = _tapiRequestMakeCall@16 @259 271 ; tapiRequestMakeCallA @260 272 ; tapiRequestMakeCallW @261 273 tapiRequestMediaCall = _tapiRequestMediaCall@40 @262 274 ; tapiRequestMediaCallA @263 275 ; tapiRequestMediaCallW @264 276 ; wsExistDlg @265
Note:
See TracChangeset
for help on using the changeset viewer.