source: trunk/src/NTDLL/ntdll.def@ 1567

Last change on this file since 1567 was 1443, checked in by phaller, 26 years ago

Add: functions by Jens Wiesner

File size: 24.6 KB
Line 
1; $Id: ntdll.def,v 1.19 1999-10-25 19:24:13 phaller Exp $
2
3;Created by BLAST for IBM's compiler
4;Basis is NT4.0's NTDLL.DLL
5LIBRARY NTDLL INITINSTANCE TERMINSTANCE
6DATA MULTIPLE NONSHARED
7
8IMPORTS
9 fwd_RtlUnwind = KERNEL32.RtlUnwind
10 fwd_memmove = KERNEL32.memmove
11 fwd_RtlFillMemory = KERNEL32.RtlFillMemory
12 fwd_RtlMoveMemory = KERNEL32.RtlMoveMemory
13 fwd_RtlZeroMemory = KERNEL32.RtlZeroMemory
14 fwd_RtlInitializeCriticalSection = KERNEL32.InitializeCriticalSection
15 fwd_RtlLeaveCriticalSection = KERNEL32.LeaveCriticalSection
16 fwd_RtlEnterCriticalSection = KERNEL32.EnterCriticalSection
17 fwd_RtlDeleteCriticalSection = KERNEL32.DeleteCriticalSection
18
19 _lstrncmpW@12 = KERNEL32.lstrncmpW
20 _lstrncmpiA@12 = KERNEL32.lstrncmpiA
21 _lstrncmpiW@12 = KERNEL32.lstrncmpiW
22 HEAP_strdupW = KERNEL32.HEAP_strdupW
23 HEAP_strdupWtoA = KERNEL32.HEAP_strdupWtoA
24
25
26
27EXPORTS
28
29; unknown
30 _alldiv = _OS2_alldiv
31 _allmul = _OS2_allmul
32
33 RtlLargeIntegerToChar = _RtlLargeIntegerToChar@16 @425
34
35; forwarders
36 RtlUnwind = fwd_RtlUnwind
37 RtlFillMemory = fwd_RtlFillMemory
38 RtlMoveMemory = fwd_RtlMoveMemory
39 RtlZeroMemory = fwd_RtlZeroMemory
40 RtlInitializeCriticalSection = fwd_RtlInitializeCriticalSection
41 RtlLeaveCriticalSection = fwd_RtlLeaveCriticalSection
42 RtlEnterCriticalSection = fwd_RtlEnterCriticalSection
43 RtlDeleteCriticalSection = fwd_RtlDeleteCriticalSection
44
45; real functions
46 NtAlertThread = _NtAlertThread@8 @57
47 ZwAlertThread = _NtAlertThread@8
48 NtAllocateUuids = _NtAllocateUuids@16 @59
49 ZwAllocateUuids = _NtAllocateUuids@16
50 NtTestAlert = _NtTestAlert@8 @232
51 ZwTestAlert = _NtTestAlert@8
52 NtWriteRequestData = _NtWriteRequestData@20 @246
53 ZwWriteRequestData = _NtWriteRequestData@20
54 NtImpersonateClientOfPort = _NtImpersonateClientOfPort@16 @112
55 ZwImpersonateClientOfPort = _NtImpersonateClientOfPort@16
56 NtQuerySystemTime = _NtQuerySystemTime@4 @169
57 ZwQuerySystemTime = _NtQuerySystemTime@4
58 NtReadRequestData = _NtReadRequestData@20 @178
59 ZwReadRequestData = _NtReadRequestData@20
60
61 NtReplyPort = _NtReplyPort@16 @187
62 ZwReplyPort = _NtReplyPort@16
63 NtReplyWaitReplyPort = _NtReplyWaitReplyPort@16 @189
64 ZwReplyWaitReplyPort = _NtReplyWaitReplyPort@16
65 NtRequestPort = _NtRequestPort@16 @190
66 ZwRequestPort = _NtRequestPort@16
67
68
69 NtOpenFile = _NtOpenFile@24 @127
70 ZwOpenFile = _NtOpenFile@24
71 NtCreateFile = _NtCreateFile@44 @73
72 ZwCreateFile = _NtCreateFile@44
73 NtReadFile = _NtReadFile@36
74 ZwReadFile = _NtReadFile@36
75 NtDeviceIoControlFile = _NtDeviceIoControlFile@40 @94
76 ZwDeviceIoControlFile = _NtDeviceIoControlFile@40
77 NtFsControlFile = _NtFsControlFile@40 @108
78 ZwFsControlFile = _NtFsControlFile@40
79 NtSetVolumeInformationFile = _NtSetVolumeInformationFile@16
80 ZwSetVolumeInformationFile = _NtSetVolumeInformationFile@16
81 NtQueryInformationFile = _NtQueryInformationFile@20
82 ZwQueryInformationFile = _NtQueryInformationFile@20
83 NtSetInformationFile = _NtSetInformationFile@20
84 ZwSetInformationFile = _NtSetInformationFile@20
85 NtQueryDirectoryFile = _NtQueryDirectoryFile@44
86 ZwQueryDirectoryFile = _NtQueryDirectoryFile@44
87 NtClose = _NtClose@4 @65
88 ZwClose = _NtClose@4
89 NtCreateTimer = _NtCreateTimer@16 @87
90 ZwCreateTimer = _NtCreateTimer@16
91 NtSetTimer = _NtSetTimer@28 @221
92 ZwSetTimer = _NtSetTimer@28
93 NtQueryTimerResolution = _NtQueryTimerResolution@12
94 ZwQueryTimerResolution = _NtQueryTimerResolution@12
95 NtTerminateProcess = _NtTerminateProcess@8
96 ZwTerminateProcess = _NtTerminateProcess@8
97 NtQueryInformationProcess = _NtQueryInformationProcess@20
98 ZwQueryInformationProcess = _NtQueryInformationProcess@20
99 NtSetInformationProcess = _NtSetInformationProcess@16 @207
100 ZwSetInformationProcess = _NtSetInformationProcess@16
101 NtResumeThread = _NtResumeThread@8
102 ZwResumeThread = _NtResumeThread@8
103 NtTerminateThread = _NtTerminateThread@8
104 ZwTerminateThread = _NtTerminateThread@8
105 NtQueryInformationThread = _NtQueryInformationThread@20
106 ZwQueryInformationThread = _NtQueryInformationThread@20
107 NtSetInformationThread = _NtSetInformationThread@16
108 ZwSetInformationThread = _NtSetInformationThread@16
109 NtDuplicateToken = _NtDuplicateToken@24
110 ZwDuplicateToken = _NtDuplicateToken@24
111 NtOpenProcessToken = _NtOpenProcessToken@12
112 ZwOpenProcessToken = _NtOpenProcessToken@12
113 NtOpenThreadToken = _NtOpenThreadToken@16
114 ZwOpenThreadToken = _NtOpenThreadToken@16
115 NtAdjustPrivilegesToken = _NtAdjustPrivilegesToken@24
116 ZwAdjustPrivilegesToken = _NtAdjustPrivilegesToken@24
117 NtQueryInformationToken = _NtQueryInformationToken@20 @156
118 ZwQueryInformationToken = _NtQueryInformationToken@20
119 NtCreateSection = _NtCreateSection@28
120 ZwCreateSection = _NtCreateSection@28
121 NtOpenSection = _NtOpenSection@12
122 ZwOpenSection = _NtOpenSection@12
123 NtQuerySection = _NtQuerySection@20
124 ZwQuerySection = _NtQuerySection@20
125 NtMapViewOfSection = _NtMapViewOfSection@40
126 ZwMapViewOfSection = _NtMapViewOfSection@40
127 NtCreatePort = _NtCreatePort@20
128 ZwCreatePort = _NtCreatePort@20
129 NtConnectPort = _NtConnectPort@32
130 ZwConnectPort = _NtConnectPort@32
131 NtListenPort = _NtListenPort@8
132 ZwListenPort = _NtListenPort@8
133 NtAcceptConnectPort = _NtAcceptConnectPort@24
134 ZwAcceptConnectPort = _NtAcceptConnectPort@24
135 NtCompleteConnectPort = _NtCompleteConnectPort@4
136 ZwCompleteConnectPort = _NtCompleteConnectPort@4
137 NtRegisterThreadTerminatePort = _NtRegisterThreadTerminatePort@4
138 ZwRegisterThreadTerminatePort = _NtRegisterThreadTerminatePort@4
139 NtRequestWaitReplyPort = _NtRequestWaitReplyPort@12
140 ZwRequestWaitReplyPort = _NtRequestWaitReplyPort@12
141 NtReplyWaitReceivePort = _NtReplyWaitReceivePort@16
142 ZwReplyWaitReceivePort = _NtReplyWaitReceivePort@16
143 NtSetIntervalProfile = _NtSetIntervalProfile@8
144 ZwSetIntervalProfile = _NtSetIntervalProfile@8
145 NtQueryPerformanceCounter = _NtQueryPerformanceCounter@8
146 ZwQueryPerformanceCounter = _NtQueryPerformanceCounter@8
147 NtCreateMailslotFile = _NtCreateMailslotFile@32
148 ZwCreateMailslotFile = _NtCreateMailslotFile@32
149 NtQuerySystemInformation = _NtQuerySystemInformation@16 @95
150 ZwQuerySystemInformation = _NtQuerySystemInformation@16
151 NtCreatePagingFile = _NtCreatePagingFile@16
152 ZwCreatePagingFile = _NtCreatePagingFile@16
153 NtDisplayString = _NtDisplayString@4
154 ZwDisplayString = _NtDisplayString@4
155
156 NtCreateSemaphore = _NtCreateSemaphore@20
157 ZwCreateSemaphore = _NtCreateSemaphore@20
158 NtOpenSemaphore = _NtOpenSemaphore@12
159 ZwOpenSemaphore = _NtOpenSemaphore@12
160 NtQuerySemaphore = _NtQuerySemaphore@20
161 ZwQuerySemaphore = _NtQuerySemaphore@20
162 NtReleaseSemaphore = _NtReleaseSemaphore@12
163 ZwReleaseSemaphore = _NtReleaseSemaphore@12
164 NtCreateEvent = _NtCreateEvent@20
165 ZwCreateEvent = _NtCreateEvent@20
166 NtOpenEvent = _NtOpenEvent@12
167 ZwOpenEvent = _NtOpenEvent@12
168 NtSetEvent = _NtSetEvent@8
169 ZwSetEvent = _NtSetEvent@8
170 NtResetEvent = _NtResetEvent@4 @192
171 ZwResetEvent = _NtResetEvent@4
172
173 NtQueryObject = _NtQueryObject@20 @161
174 ZwQueryObject = _NtQueryObject@20
175 NtQuerySecurityObject = _NtQuerySecurityObject@20
176 ZwQuerySecurityObject = _NtQuerySecurityObject@20
177 NtDuplicateObject = _NtDuplicateObject@28
178 ZwDuplicateObject = _NtDuplicateObject@28
179 NtWaitForSingleObject = _NtWaitForSingleObject@12
180 ZwWaitForSingleObject = _NtWaitForSingleObject@12
181 NtOpenDirectoryObject = _NtOpenDirectoryObject@12 @124
182 ZwOpenDirectoryObject = _NtOpenDirectoryObject@12
183 NtCreateDirectoryObject = _NtCreateDirectoryObject@12
184 ZwCreateDirectoryObject = _NtCreateDirectoryObject@12
185 NtQueryDirectoryObject = _NtQueryDirectoryObject@28 @149
186 ZwQueryDirectoryObject = _NtQueryDirectoryObject@28
187 NtOpenSymbolicLinkObject = _NtQuerySymbolicLinkObject@12
188 ZwOpenSymbolicLinkObject = _NtQuerySymbolicLinkObject@12
189 NtCreateSymbolicLinkObject = _NtCreateSymbolicLinkObject@16
190 ZwCreateSymbolicLinkObject = _NtCreateSymbolicLinkObject@16
191 NtQuerySymbolicLinkObject = _NtQuerySymbolicLinkObject@12
192 ZwQuerySymbolicLinkObject = _NtQuerySymbolicLinkObject@12
193
194 NtCreateKey = _NtCreateKey@28
195 ZwCreateKey = _NtCreateKey@28
196 NtDeleteKey = _NtDeleteKey@4
197 ZwDeleteKey = _NtDeleteKey@4
198 NtDeleteValueKey = _NtDeleteValueKey@8
199 ZwDeleteValueKey = _NtDeleteValueKey@8
200 NtEnumerateKey = _NtEnumerateKey@24
201 ZwEnumerateKey = _NtEnumerateKey@24
202 NtEnumerateValueKey = _NtEnumerateValueKey@24
203 ZwEnumerateValueKey = _NtEnumerateValueKey@24
204 NtFlushKey = _NtFlushKey@4
205 ZwFlushKey = _NtFlushKey@4
206 NtLoadKey = _NtLoadKey@8
207 ZwLoadKey = _NtLoadKey@8
208 NtNotifyChangeKey = _NtNotifyChangeKey@40
209 ZwNotifyChangeKey = _NtNotifyChangeKey@40
210 NtOpenKey = _NtOpenKey@12 @129
211 ZwOpenKey = _NtOpenKey@12
212 NtQueryKey = _NtQueryKey@20
213 ZwQueryKey = _NtQueryKey@20
214 NtQueryMultipleValueKey = _NtQueryMultipleValueKey@24
215 ZwQueryMultipleValueKey = _NtQueryMultipleValueKey@24
216 NtQueryValueKey = _NtQueryValueKey@24
217 ZwQueryValueKey = _NtQueryValueKey@24
218 NtReplaceKey = _NtReplaceKey@12
219 ZwReplaceKey = _NtReplaceKey@12
220 NtRestoreKey = _NtRestoreKey@12
221 ZwRestoreKey = _NtRestoreKey@12
222 NtSaveKey = _NtSaveKey@8
223 ZwSaveKey = _NtSaveKey@8
224 NtSetInformationKey = _NtSetInformationKey@16
225 ZwSetInformationKey = _NtSetInformationKey@16
226 NtSetValueKey = _NtSetValueKey@24
227 ZwSetValueKey = _NtSetValueKey@24
228 NtUnloadKey = _NtUnloadKey@4
229 ZwUnloadKey = _NtUnloadKey@4
230
231 RtlAllocateAndInitializeSid = _RtlAllocateAndInitializeSid@44 @265
232 RtlConvertSidToUnicodeString = _RtlConvertSidToUnicodeString@12 @296
233 RtlEqualSid = _RtlEqualSid@8 @352
234 RtlFreeSid = _RtlFreeSid@4 @376
235 RtlLengthRequiredSid = _RtlLengthRequiredSid@4 @427
236 RtlLengthSid = _RtlLengthSid@4 @429
237 RtlInitializeSid = _RtlInitializeSid@12 @410
238 RtlSubAuthoritySid = _RtlSubAuthoritySid@8 @497
239 RtlSubAuthorityCountSid = _RtlSubAuthorityCountSid@4 @496
240 RtlCopySid = _RtlCopySid@12 @302
241 RtlCreateSecurityDescriptor = _RtlCreateSecurityDescriptor@8 @313
242 RtlValidSecurityDescriptor = _RtlValidSecurityDescriptor@4
243 RtlLengthSecurityDescriptor = _RtlLengthSecurityDescriptor@4
244 RtlGetDaclSecurityDescriptor = _RtlGetDaclSecurityDescriptor@16
245 RtlSetDaclSecurityDescriptor = _RtlSetDaclSecurityDescriptor@16 @483
246 RtlGetSaclSecurityDescriptor = _RtlGetSaclSecurityDescriptor@16
247 RtlSetSaclSecurityDescriptor = _RtlSetSaclSecurityDescriptor@16
248 RtlGetOwnerSecurityDescriptor = _RtlGetOwnerSecurityDescriptor@12 @488
249 RtlSetOwnerSecurityDescriptor = _RtlSetOwnerSecurityDescriptor@12 @487
250 RtlSetGroupSecurityDescriptor = _RtlSetGroupSecurityDescriptor@12 @485
251 RtlGetGroupSecurityDescriptor = _RtlGetGroupSecurityDescriptor@12
252 RtlCreateAcl = _RtlCreateAcl@12 @306
253 RtlFirstFreeAce = _RtlFirstFreeAce@8 @370
254 RtlAddAce = _RtlAddAce@20 @260
255 RtlAddAccessAllowedAce = _RtlAddAccessAllowedAce@16
256 RtlGetAce = _RtlGetAce@12
257 RtlAdjustPrivilege = _RtlAdjustPrivilege@16
258
259 RtlAnsiStringToUnicodeString = _RtlAnsiStringToUnicodeString@12 @269
260 RtlOemStringToUnicodeString = _RtlOemStringToUnicodeString@12 @447
261 RtlMultiByteToUnicodeN = _RtlMultiByteToUnicodeN@20 @446
262 RtlOemToUnicodeN = _RtlOemToUnicodeN@20 @448
263 RtlInitAnsiString = _RtlInitAnsiString@8 @399
264 RtlInitOemString = _RtlInitOemString@8
265 RtlInitString = _RtlInitString@8 @402
266 RtlInitUnicodeString = _RtlInitUnicodeString@8 @403
267 RtlFreeUnicodeString = _RtlFreeUnicodeString@4 @377
268 RtlFreeAnsiString = _RtlFreeAnsiString@4 @373
269 RtlFreeOemString = _RtlFreeOemString@4
270 RtlUnicodeStringToOemString = _RtlUnicodeStringToOemString@12 @511
271 RtlUnicodeToMultiByteN = _RtlUnicodeToMultiByteN@20 @513
272 RtlUnicodeToOemN = _RtlUnicodeToOemN@20 @515
273 RtlUnicodeStringToAnsiString = _RtlUnicodeStringToAnsiString@12 @507
274 RtlEqualUnicodeString = _RtlEqualUnicodeString@12
275 RtlUpcaseUnicodeString = _RtlUpcaseUnicodeString@12 @520
276 RtlxOemStringToUnicodeSize = _RtlxOemStringToUnicodeSize@4 @549
277 RtlxAnsiStringToUnicodeSize = _RtlxAnsiStringToUnicodeSize@4 @548
278 RtlIsTextUnicode = _RtlIsTextUnicode@12 @417
279 RtlCompareUnicodeString = _RtlCompareUnicodeString@12
280 RtlUpcaseUnicodeStringToOemString = _RtlUpcaseUnicodeStringToOemString@12
281
282
283 RtlInitializeResource = _RtlInitializeResource@4 @409
284 RtlDeleteResource = _RtlDeleteResource@4 @330
285 RtlAcquireResourceExclusive = _RtlAcquireResourceExclusive@8 @256
286 RtlAcquireResourceShared = _RtlAcquireResourceShared@8 @257
287 RtlReleaseResource = _RtlReleaseResource@4 @471
288 RtlDumpResource = _RtlDumpResource@4 @340
289 RtlCreateHeap = _RtlCreateHeap@24 @309
290 RtlAllocateHeap = _RtlAllocateHeap@12 @266
291 RtlFreeHeap = _RtlFreeHeap@12 @374
292 RtlDestroyHeap = _RtlDestroyHeap@4 @333
293 RtlSizeHeap = _RtlSizeHeap@12 @493
294; DbgPrint = _DbgPrint@8
295
296 NtRaiseException = ___regs_NtRaiseException@16
297 ZwRaiseException = ___regs_NtRaiseException@16
298 RtlRaiseException = ___regs_RtlRaiseException@8
299 DebugBreak = ___regs_DebugBreak@4
300 RtlRaiseStatus = _RtlRaiseStatus@4
301 RtlRandom = _RtlRandom@4 @466
302
303 RtlAcquirePebLock = _RtlAcquirePebLock@0
304 RtlReleasePebLock = _RtlReleasePebLock@0
305 RtlIntegerToChar = _RtlIntegerToChar@16
306 RtlSetEnvironmentVariable = _RtlSetEnvironmentVariable@12
307 RtlNewSecurityObject = _RtlNewSecurityObject@24
308 RtlDeleteSecurityObject = _RtlDeleteSecurityObject@4
309 RtlNormalizeProcessParams = _RtlNormalizeProcessParams@4 @441
310 RtlNtStatusToDosError = _RtlNtStatusToDosError@4 @442
311 RtlGetNtProductType = _RtlGetNtProductType@4 @390
312 RtlEnlargedIntegerMultiply = _RtlEnlargedIntegerMultiply@8 @341
313 RtlExtendedIntegerMultiply = _RtlExtendedIntegerMultiply@12 @358
314 RtlExtendedLargeIntegerDivide = _RtlExtendedLargeIntegerDivide@16 @359
315 RtlFormatCurrentUserKeyPath = _RtlFormatCurrentUserKeyPath@4 @371
316 RtlOpenCurrentUser = _RtlOpenCurrentUser@8
317 RtlDosPathNameToNtPathName_U = _RtlDosPathNameToNtPathName_U@16 @338
318 RtlCreateEnvironment = _RtlCreateEnvironment@8
319 RtlDestroyEnvironment = _RtlDestroyEnvironment@4
320 RtlQueryEnvironmentVariable_U = _RtlQueryEnvironmentVariable_U@12
321
322 RtlSystemTimeToLocalTime = _RtlSystemTimeToLocalTime@8 @500
323 RtlTimeToSecondsSince1970 = _RtlTimeToSecondsSince1970@8 @503
324 RtlTimeToSecondsSince1980 = _RtlTimeToSecondsSince1980@8 @504
325 RtlSecondsSince1970ToTime = _RtlSecondsSince1970ToTime@8 @476
326 RtlSecondsSince1980ToTime = _RtlSecondsSince1980ToTime@8 @477
327 RtlQueryTimeZoneInformation = _RtlQueryTimeZoneInformation@12 @463
328
329 RtlTimeToElapsedTimeFields = _RtlTimeToElapsedTimeFields@8
330
331 _alloca_probe = _OS2_alloca_probe @861
332 _chkstk = _OS2_chkstk @862
333
334; NTDLL's C runtime
335; Note: CDECL does not decorate the function names with parameter bytes!
336 _CIpow = _NTDLL__CIpow @749
337 _ftol = _NTDLL__ftol @864
338 _ltoa = _NTDLL__ltoa @866
339 _memicmp = _NTDLL__memicmp @868
340 _snprintf = _NTDLL__snprintf @869
341 _snwprintf = _NTDLL__snwprintf @870
342 _splitpath = _NTDLL__splitpath @871
343 _strcmpi = _NTDLL__strcmpi @872
344 _strlwr = _NTDLL__strlwr @874
345 _strnicmp = _NTDLL__strnicmp @875
346 _strupr = _NTDLL__strupr @876
347 _ultoa = _NTDLL__ultoa @877
348 _vsnprintf = _NTDLL__vsnprintf @878
349 _wcsicmp = _OS2_wcsicmp @879
350 _wcslwr = _OS2_wcslwr @880
351 _wcsnicmp = _OS2_wcsnicmp @881
352 _wcsupr = _OS2_wcsupr @882
353 abs = _OS2abs @883
354 atan = _OS2atan @884
355 atoi = _OS2atoi @885
356 atol = _OS2atol @886
357 ceil = _OS2ceil @887
358 cos = _OS2cos @888
359 fabs = _OS2fabs @889
360 floor = _OS2floor @890
361 isalpha = _OS2isalpha @891
362 isdigit = _OS2isdigit @892
363 islower = _OS2islower @893
364 isprint = _OS2isprint @894
365 isspace = _OS2isspace @895
366 isupper = _OS2isupper @896
367 iswalpha = _NTDLL_iswalpha @897
368 iswctype = _NTDLL_iswctype @898
369 isxdigit = _NTDLL_isxdigit @899
370
371 labs = _NTDLL_labs @900
372 log = _NTDLL_log @901
373 mbstowcs = _NTDLL_mbstowcs @902
374 memchr = _NTDLL_memchr @903
375 memcmp = _NTDLL_memcmp @904
376 memcpy = _NTDLL_memcpy @905
377 memmove = fwd_memmove @906
378 memset = _NTDLL_memset @907
379 pow = _NTDLL_pow @908
380 qsort = _NTDLL_qsort @909
381 sin = _NTDLL_sin @910
382 sprintf = _OS2sprintf @911
383 sqrt = _NTDLL_sqrt @912
384 sscanf = _NTDLL_sscanf @913
385 strcat = _OS2strcat @914
386 strchr = _OS2strchr @915
387 strcmp = _OS2strcmp @916
388 strcpy = _OS2strcpy @917
389 strcspn = _OS2strcspn @918
390 strlen = _OS2strlen @919
391 strncat = _OS2strcat @920
392 strncmp = _OS2strncmp @921
393 strncpy = _OS2strncpy @922
394 strpbrk = _OS2strpbrk @923
395 strrchr = _OS2strrchr @924
396 strspn = _OS2strspn @925
397 strstr = _OS2strstr @926
398 swprintf = _OS2swprintf @927
399 tan = _OS2tan @928
400 toupper = _OS2toupper @929
401 tolower = _OS2tolower @930
402 towlower = _OS2towlower @931
403 towupper = _OS2towupper @932
404 vsprintf = _NTDLL_vsprintf @933
405 wcscat = _OS2wcscat @934
406 wcschr = _OS2wcschr @935
407 wcscmp = _OS2wcscmp @936
408 wcscpy = _OS2wcscpy @937
409 wcscspn = _OS2wcscspn @938
410 wcslen = _OS2wcslen @939
411 wcsncat = _OS2wcscat @940
412 wcsncmp = _OS2wcsncmp @941
413 wcsncpy = _OS2wcsncpy @942
414 wcspbrk = _OS2wcspbrk @943
415 wcsrchr = _OS2wcsrchr @944
416 wcsspn = _OS2wcsspn @945
417 wcsstr = _OS2wcsstr @946
418 wcstok = _NTDLL_wcstok @947
419 wcstol = _NTDLL_wcstol @948
420 wcstombs = _NTDLL_wcstombs @949
421 wcstoul = _NTDLL_wcstoul @950
422
423 _wtoi = _NTDLL__wtoi @983
424 _wtol = _NTDLL__wtol @984
425
426 _stricmp = _OS2_stricmp
427 _itoa = _OS2_itoa
428 _itow = _OS2_itow
429
Note: See TracBrowser for help on using the repository browser.