1*cdf0e10cSrcweir;*************************************************************************
2*cdf0e10cSrcweir;
3*cdf0e10cSrcweir; DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir;
5*cdf0e10cSrcweir; Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir;
7*cdf0e10cSrcweir; OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir;
9*cdf0e10cSrcweir; This file is part of OpenOffice.org.
10*cdf0e10cSrcweir;
11*cdf0e10cSrcweir; OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir; it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir; only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir;
15*cdf0e10cSrcweir; OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir; but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir; GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir; (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir;
21*cdf0e10cSrcweir; You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir; version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir; <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir; for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir;
26*cdf0e10cSrcweir;*************************************************************************
27*cdf0e10cSrcweir;
28*cdf0e10cSrcweir; Functions that are exported but not implemented by unicows.dll
29*cdf0e10cSrcweir; are only inserted as comment.
30*cdf0e10cSrcweir;
31*cdf0e10cSrcweir; In addition to MSDN Platform SDK documentation the following functions
32*cdf0e10cSrcweir; are not implemented too:
33*cdf0e10cSrcweir; AddMonitorW, FreeContextBufferW, GetPrinterDriverDirectoryW,
34*cdf0e10cSrcweir; MCIWndCreateW
35*cdf0e10cSrcweir;
36*cdf0e10cSrcweir; The following functions of unicows.dll are buggy:
37*cdf0e10cSrcweir; DrawStateW, GetLogicalDriveStringsW (both implemented in uwinapi.dll)
38*cdf0e10cSrcweir;
39*cdf0e10cSrcweir; The following functions of unicows.dll are wrapped but the ANSI versions
40*cdf0e10cSrcweir; do not exist on Win9x so the wrapper is useless:
41*cdf0e10cSrcweir; MoveFileExW, CopyFileExW (both implemented in uwinapi.dll along with the
42*cdf0e10cSrcweir; ANSI versions )
43*cdf0e10cSrcweir;
44*cdf0e10cSrcweir; These functions do not exist on Win 95 and NT neither as Unicode
45*cdf0e10cSrcweir; nor as ANSI version, so the wrapper will fail on NT4 and Win 95
46*cdf0e10cSrcweir; GetLongPathNameW ( implemented in uwinapi.dll along with the
47*cdf0e10cSrcweir; ANSI version )
48*cdf0e10cSrcweir;
49*cdf0e10cSrcweir; These essential functions aren't implemented by unicows.dll because
50*cdf0e10cSrcweir; there's no ANSI version:
51*cdf0e10cSrcweir; CommandLineToArgvW (implemented by uwinapi.dll)
52*cdf0e10cSrcweir;
53*cdf0e10cSrcweir;*************************************************************************
54*cdf0e10cSrcweir
55*cdf0e10cSrcweir;AcquireCredentialsHandleW@36
56*cdf0e10cSrcweirAddAtomW@4
57*cdf0e10cSrcweirAddFontResourceW@4
58*cdf0e10cSrcweirAddJobW@20
59*cdf0e10cSrcweirAddPortW@12
60*cdf0e10cSrcweirAddPrintProcessorW@16
61*cdf0e10cSrcweirAddPrintProvidorW@12
62*cdf0e10cSrcweirAddPrinterDriverW@12
63*cdf0e10cSrcweirAddPrinterW@12
64*cdf0e10cSrcweirAdvancedDocumentPropertiesW@20
65*cdf0e10cSrcweirAppendMenuW@16
66*cdf0e10cSrcweirBeginUpdateResourceW@8
67*cdf0e10cSrcweirBroadcastSystemMessageW@20
68*cdf0e10cSrcweirBuildCommDCBAndTimeoutsW@12
69*cdf0e10cSrcweirBuildCommDCBW@8
70*cdf0e10cSrcweirCallMsgFilterW@8
71*cdf0e10cSrcweirCallNamedPipeW@28
72*cdf0e10cSrcweirCallWindowProcA@20
73*cdf0e10cSrcweirCallWindowProcW@20
74*cdf0e10cSrcweirChangeDisplaySettingsExW@20
75*cdf0e10cSrcweirChangeDisplaySettingsW@8
76*cdf0e10cSrcweirChangeMenuW@20
77*cdf0e10cSrcweirCharLowerBuffW@8
78*cdf0e10cSrcweirCharLowerW@4
79*cdf0e10cSrcweirCharNextW@4
80*cdf0e10cSrcweirCharPrevW@8
81*cdf0e10cSrcweirCharToOemBuffW@12
82*cdf0e10cSrcweirCharToOemW@8
83*cdf0e10cSrcweirCharUpperBuffW@8
84*cdf0e10cSrcweirCharUpperW@4
85*cdf0e10cSrcweirChooseColorW@4
86*cdf0e10cSrcweirChooseFontW@4
87*cdf0e10cSrcweirCommConfigDialogW@12
88*cdf0e10cSrcweirCompareStringW@24
89*cdf0e10cSrcweirConfigurePortW@12
90*cdf0e10cSrcweirCopyAcceleratorTableW@12
91*cdf0e10cSrcweirCopyEnhMetaFileW@8
92*cdf0e10cSrcweirCopyFileExW@24
93*cdf0e10cSrcweirCopyFileW@12
94*cdf0e10cSrcweirCopyMetaFileW@8
95*cdf0e10cSrcweirCreateAcceleratorTableW@8
96*cdf0e10cSrcweirCreateColorSpaceW@4
97*cdf0e10cSrcweirCreateDCW@16
98*cdf0e10cSrcweirCreateDialogIndirectParamW@20
99*cdf0e10cSrcweirCreateDialogParamW@20
100*cdf0e10cSrcweirCreateDirectoryExW@12
101*cdf0e10cSrcweirCreateDirectoryW@8
102*cdf0e10cSrcweirCreateEnhMetaFileW@16
103*cdf0e10cSrcweirCreateEventW@16
104*cdf0e10cSrcweirCreateFileMappingW@24
105*cdf0e10cSrcweirCreateFileW@28
106*cdf0e10cSrcweirCreateFontIndirectW@4
107*cdf0e10cSrcweirCreateFontW@56
108*cdf0e10cSrcweirCreateICW@16
109*cdf0e10cSrcweirCreateMDIWindowW@40
110*cdf0e10cSrcweirCreateMailslotW@16
111*cdf0e10cSrcweirCreateMetaFileW@4
112*cdf0e10cSrcweirCreateMutexW@12
113*cdf0e10cSrcweir;CreateNamedPipeW@32
114*cdf0e10cSrcweirCreateProcessW@40
115*cdf0e10cSrcweirCreateScalableFontResourceW@16
116*cdf0e10cSrcweirCreateSemaphoreW@16
117*cdf0e10cSrcweirCreateStdAccessibleProxyW@20
118*cdf0e10cSrcweirCreateWaitableTimerW@12
119*cdf0e10cSrcweirCreateWindowExW@48
120*cdf0e10cSrcweirDdeConnect@16
121*cdf0e10cSrcweirDdeConnectList@20
122*cdf0e10cSrcweirDdeCreateStringHandleW@12
123*cdf0e10cSrcweirDdeInitializeW@16
124*cdf0e10cSrcweirDdeQueryConvInfo@12
125*cdf0e10cSrcweirDdeQueryStringW@20
126*cdf0e10cSrcweirDefDlgProcW@16
127*cdf0e10cSrcweirDefFrameProcW@20
128*cdf0e10cSrcweirDefMDIChildProcW@16
129*cdf0e10cSrcweirDefWindowProcW@16
130*cdf0e10cSrcweirDeleteFileW@4
131*cdf0e10cSrcweirDeleteMonitorW@12
132*cdf0e10cSrcweirDeletePortW@12
133*cdf0e10cSrcweirDeletePrintProcessorW@12
134*cdf0e10cSrcweirDeletePrintProvidorW@12
135*cdf0e10cSrcweirDeletePrinterDriverW@12
136*cdf0e10cSrcweir;DeviceCapabilitiesW@20
137*cdf0e10cSrcweirDialogBoxIndirectParamW@20
138*cdf0e10cSrcweirDialogBoxParamW@20
139*cdf0e10cSrcweirDispatchMessageW@4
140*cdf0e10cSrcweirDlgDirListComboBoxW@20
141*cdf0e10cSrcweirDlgDirListW@20
142*cdf0e10cSrcweirDlgDirSelectComboBoxExW@16
143*cdf0e10cSrcweirDlgDirSelectExW@16
144*cdf0e10cSrcweir;DocumentPropertiesW@24
145*cdf0e10cSrcweirDragQueryFileW@16
146*cdf0e10cSrcweirDrawStateW@40
147*cdf0e10cSrcweirDrawTextExW@24
148*cdf0e10cSrcweirDrawTextW@20
149*cdf0e10cSrcweirEnableWindow@8
150*cdf0e10cSrcweirEndUpdateResourceW@8
151*cdf0e10cSrcweirEnumCalendarInfoExW@16
152*cdf0e10cSrcweirEnumCalendarInfoW@16
153*cdf0e10cSrcweirEnumClipboardFormats@4
154*cdf0e10cSrcweirEnumDateFormatsExW@12
155*cdf0e10cSrcweirEnumDateFormatsW@12
156*cdf0e10cSrcweirEnumDisplayDevicesW@16
157*cdf0e10cSrcweirEnumDisplaySettingsExW@16
158*cdf0e10cSrcweirEnumDisplaySettingsW@12
159*cdf0e10cSrcweirEnumFontFamiliesExW@20
160*cdf0e10cSrcweirEnumFontFamiliesW@16
161*cdf0e10cSrcweirEnumFontsW@16
162*cdf0e10cSrcweirEnumICMProfilesW@12
163*cdf0e10cSrcweir;EnumMonitorsW@24
164*cdf0e10cSrcweir;EnumPortsW@24
165*cdf0e10cSrcweir;EnumPrintProcessorDatatypesW@28
166*cdf0e10cSrcweir;EnumPrintProcessorsW@28
167*cdf0e10cSrcweir;EnumPrinterDriversW@28
168*cdf0e10cSrcweir;EnumPrintersW@28
169*cdf0e10cSrcweirEnumPropsA@8
170*cdf0e10cSrcweirEnumPropsExA@12
171*cdf0e10cSrcweirEnumPropsExW@12
172*cdf0e10cSrcweirEnumPropsW@8
173*cdf0e10cSrcweirEnumSystemCodePagesW@8
174*cdf0e10cSrcweirEnumSystemLocalesW@8
175*cdf0e10cSrcweirEnumTimeFormatsW@12
176*cdf0e10cSrcweir;EnumerateSecurityPackagesW@8
177*cdf0e10cSrcweirExpandEnvironmentStringsW@12
178*cdf0e10cSrcweirExtTextOutW@32
179*cdf0e10cSrcweirExtractIconExW@20
180*cdf0e10cSrcweirExtractIconW@12
181*cdf0e10cSrcweirFatalAppExitW@8
182*cdf0e10cSrcweirFillConsoleOutputCharacterW@20
183*cdf0e10cSrcweirFindAtomW@4
184*cdf0e10cSrcweir;FindExecutableW@12
185*cdf0e10cSrcweirFindFirstChangeNotificationW@12
186*cdf0e10cSrcweirFindFirstFileW@8
187*cdf0e10cSrcweirFindNextFileW@8
188*cdf0e10cSrcweirFindResourceExW@16
189*cdf0e10cSrcweirFindResourceW@12
190*cdf0e10cSrcweirFindTextW@4
191*cdf0e10cSrcweirFindWindowExW@16
192*cdf0e10cSrcweirFindWindowW@8
193*cdf0e10cSrcweirFormatMessageW@28
194*cdf0e10cSrcweir;FreeContextBuffer@4
195*cdf0e10cSrcweirFreeEnvironmentStringsW@4
196*cdf0e10cSrcweirGetAltTabInfoW@20
197*cdf0e10cSrcweirGetAtomNameW@12
198*cdf0e10cSrcweirGetCPInfo@8
199*cdf0e10cSrcweirGetCPInfoExW@12
200*cdf0e10cSrcweirGetCalendarInfoW@24
201*cdf0e10cSrcweir;GetCharABCWidthsFloatW@16
202*cdf0e10cSrcweirGetCharABCWidthsW@16
203*cdf0e10cSrcweirGetCharWidthFloatW@16
204*cdf0e10cSrcweirGetCharWidthW@16
205*cdf0e10cSrcweirGetCharacterPlacementW@24
206*cdf0e10cSrcweirGetClassInfoExW@12
207*cdf0e10cSrcweirGetClassInfoW@12
208*cdf0e10cSrcweirGetClassLongW@8
209*cdf0e10cSrcweirGetClassNameW@12
210*cdf0e10cSrcweirGetClipboardData@4
211*cdf0e10cSrcweirGetClipboardFormatNameW@12
212*cdf0e10cSrcweirGetComputerNameW@8
213*cdf0e10cSrcweirGetConsoleTitleW@8
214*cdf0e10cSrcweirGetCurrencyFormatW@24
215*cdf0e10cSrcweirGetCurrentDirectoryW@8
216*cdf0e10cSrcweirGetCurrentHwProfileW@4
217*cdf0e10cSrcweirGetDateFormatW@24
218*cdf0e10cSrcweirGetDefaultCommConfigW@12
219*cdf0e10cSrcweirGetDiskFreeSpaceExW@16
220*cdf0e10cSrcweirGetDiskFreeSpaceW@20
221*cdf0e10cSrcweirGetDlgItemTextW@16
222*cdf0e10cSrcweirGetDriveTypeW@4
223*cdf0e10cSrcweirGetEnhMetaFileDescriptionW@12
224*cdf0e10cSrcweirGetEnhMetaFileW@4
225*cdf0e10cSrcweirGetEnvironmentStringsW@0
226*cdf0e10cSrcweirGetEnvironmentVariableW@12
227*cdf0e10cSrcweirGetFileAttributesExW@12
228*cdf0e10cSrcweirGetFileAttributesW@4
229*cdf0e10cSrcweirGetFileTitleW@12
230*cdf0e10cSrcweirGetFileVersionInfoSizeW@8
231*cdf0e10cSrcweirGetFileVersionInfoW@16
232*cdf0e10cSrcweirGetFullPathNameW@16
233*cdf0e10cSrcweirGetGlyphOutlineW@28
234*cdf0e10cSrcweirGetICMProfileW@12
235*cdf0e10cSrcweir;GetJobW@24
236*cdf0e10cSrcweirGetKerningPairsW@12
237*cdf0e10cSrcweirGetKeyNameTextW@12
238*cdf0e10cSrcweirGetKeyboardLayoutNameW@4
239*cdf0e10cSrcweirGetLocaleInfoW@16
240*cdf0e10cSrcweirGetLogColorSpaceW@12
241*cdf0e10cSrcweirGetLogicalDriveStringsW@8
242*cdf0e10cSrcweirGetLongPathNameW@12
243*cdf0e10cSrcweirGetMenuItemInfoW@16
244*cdf0e10cSrcweirGetMenuStringW@20
245*cdf0e10cSrcweirGetMessageW@16
246*cdf0e10cSrcweirGetMetaFileW@4
247*cdf0e10cSrcweirGetModuleFileNameW@12
248*cdf0e10cSrcweirGetModuleHandleW@4
249*cdf0e10cSrcweirGetMonitorInfoW@8
250*cdf0e10cSrcweirGetNamedPipeHandleStateW@28
251*cdf0e10cSrcweirGetNumberFormatW@24
252*cdf0e10cSrcweirGetObjectW@12
253*cdf0e10cSrcweirGetOpenFileNamePreviewW@4
254*cdf0e10cSrcweirGetOpenFileNameW@4
255*cdf0e10cSrcweirGetOutlineTextMetricsW@12
256*cdf0e10cSrcweirGetPrintProcessorDirectoryW@24
257*cdf0e10cSrcweir;GetPrinterDataW@24
258*cdf0e10cSrcweir;GetPrinterDriverDirectoryW24
259*cdf0e10cSrcweir;GetPrinterDriverW@24
260*cdf0e10cSrcweir;GetPrinterW@20
261*cdf0e10cSrcweirGetPrivateProfileIntW@16
262*cdf0e10cSrcweirGetPrivateProfileSectionNamesW@12
263*cdf0e10cSrcweirGetPrivateProfileSectionW@16
264*cdf0e10cSrcweirGetPrivateProfileStringW@24
265*cdf0e10cSrcweirGetPrivateProfileStructW@20
266*cdf0e10cSrcweirGetProcAddress@8=Internal_GetProcAddress@8
267*cdf0e10cSrcweirGetProfileIntW@12
268*cdf0e10cSrcweirGetProfileSectionW@12
269*cdf0e10cSrcweirGetProfileStringW@20
270*cdf0e10cSrcweirGetPropA@8
271*cdf0e10cSrcweirGetPropW@8
272*cdf0e10cSrcweirGetRoleTextW@12
273*cdf0e10cSrcweirGetSaveFileNamePreviewW@4
274*cdf0e10cSrcweirGetSaveFileNameW@4
275*cdf0e10cSrcweirGetShortPathNameW@12
276*cdf0e10cSrcweirGetStartupInfoW@4
277*cdf0e10cSrcweirGetStateTextW@12
278*cdf0e10cSrcweirGetStringTypeExW@20
279*cdf0e10cSrcweirGetStringTypeW@16
280*cdf0e10cSrcweirGetSystemDirectoryW@8
281*cdf0e10cSrcweirGetSystemWindowsDirectoryW@8
282*cdf0e10cSrcweirGetTabbedTextExtentW@20
283*cdf0e10cSrcweirGetTempFileNameW@16
284*cdf0e10cSrcweirGetTempPathW@8
285*cdf0e10cSrcweirGetTextExtentExPointW@28
286*cdf0e10cSrcweirGetTextExtentPoint32W@16
287*cdf0e10cSrcweirGetTextExtentPointW@16
288*cdf0e10cSrcweirGetTextFaceW@12
289*cdf0e10cSrcweirGetTextMetricsW@8
290*cdf0e10cSrcweirGetTimeFormatW@24
291*cdf0e10cSrcweirGetUserNameW@8
292*cdf0e10cSrcweirGetVersionExW@4
293*cdf0e10cSrcweirGetVolumeInformationW@32
294*cdf0e10cSrcweirGetWindowLongA@8
295*cdf0e10cSrcweirGetWindowLongW@8
296*cdf0e10cSrcweirGetWindowModuleFileNameW@12
297*cdf0e10cSrcweirGetWindowTextLengthW@4
298*cdf0e10cSrcweirGetWindowTextW@12
299*cdf0e10cSrcweirGetWindowsDirectoryW@8
300*cdf0e10cSrcweirGlobalAddAtomW@4
301*cdf0e10cSrcweirGlobalFindAtomW@4
302*cdf0e10cSrcweirGlobalGetAtomNameW@12
303*cdf0e10cSrcweirGrayStringW@36
304*cdf0e10cSrcweir;InitSecurityInterfaceW@0
305*cdf0e10cSrcweir;InitializeSecurityContextW@48
306*cdf0e10cSrcweirInsertMenuItemW@16
307*cdf0e10cSrcweirInsertMenuW@20
308*cdf0e10cSrcweirIsBadStringPtrW@8
309*cdf0e10cSrcweirIsCharAlphaNumericW@4
310*cdf0e10cSrcweirIsCharAlphaW@4
311*cdf0e10cSrcweirIsCharLowerW@4
312*cdf0e10cSrcweirIsCharUpperW@4
313*cdf0e10cSrcweirIsClipboardFormatAvailable@4
314*cdf0e10cSrcweirIsDestinationReachableW@8
315*cdf0e10cSrcweirIsDialogMessageW@8
316*cdf0e10cSrcweirIsTextUnicode@12
317*cdf0e10cSrcweirIsValidCodePage@4
318*cdf0e10cSrcweirIsWindowUnicode@4
319*cdf0e10cSrcweirLCMapStringW@24
320*cdf0e10cSrcweirLoadAcceleratorsW@8
321*cdf0e10cSrcweirLoadBitmapW@8
322*cdf0e10cSrcweirLoadCursorFromFileW@4
323*cdf0e10cSrcweirLoadCursorW@8
324*cdf0e10cSrcweirLoadIconW@8
325*cdf0e10cSrcweirLoadImageW@24
326*cdf0e10cSrcweirLoadKeyboardLayoutW@8
327*cdf0e10cSrcweirLoadLibraryExW@12
328*cdf0e10cSrcweirLoadLibraryW@4
329*cdf0e10cSrcweirLoadMenuIndirectW@4
330*cdf0e10cSrcweirLoadMenuW@8
331*cdf0e10cSrcweirLoadStringW@16
332*cdf0e10cSrcweir;MCIWndCreateW@4
333*cdf0e10cSrcweirMapVirtualKeyExW@12
334*cdf0e10cSrcweirMapVirtualKeyW@8
335*cdf0e10cSrcweirMessageBoxExW@20
336*cdf0e10cSrcweirMessageBoxIndirectW@4
337*cdf0e10cSrcweirMessageBoxW@16
338*cdf0e10cSrcweirModifyMenuW@20
339*cdf0e10cSrcweirMoveFileW@8
340*cdf0e10cSrcweirMultiByteToWideChar@24
341*cdf0e10cSrcweirMultinetGetConnectionPerformanceW@8
342*cdf0e10cSrcweirOemToCharBuffW@12
343*cdf0e10cSrcweirOemToCharW@8
344*cdf0e10cSrcweir;OleUIAddVerbMenuW@36
345*cdf0e10cSrcweir;OleUIBusyW@4
346*cdf0e10cSrcweir;OleUIChangeIconW@4
347*cdf0e10cSrcweir;OleUIChangeSourceW@4
348*cdf0e10cSrcweir;OleUIConvertW@4
349*cdf0e10cSrcweir;OleUIEditLinksW@4
350*cdf0e10cSrcweir;OleUIInsertObjectW@4
351*cdf0e10cSrcweir;OleUIObjectPropertiesW@4
352*cdf0e10cSrcweir;OleUIPasteSpecialW@4
353*cdf0e10cSrcweir;OleUIPromptUserW@8
354*cdf0e10cSrcweir;OleUIUpdateLinksW@16
355*cdf0e10cSrcweirOpenEventW@12
356*cdf0e10cSrcweirOpenFileMappingW@12
357*cdf0e10cSrcweirOpenMutexW@12
358*cdf0e10cSrcweirOpenPrinterW@12
359*cdf0e10cSrcweirOpenSemaphoreW@12
360*cdf0e10cSrcweirOpenWaitableTimerW@12
361*cdf0e10cSrcweirOutputDebugStringW@4
362*cdf0e10cSrcweirPageSetupDlgW@4
363*cdf0e10cSrcweirPeekConsoleInputW@16
364*cdf0e10cSrcweirPeekMessageW@20
365*cdf0e10cSrcweirPlaySoundW@12
366*cdf0e10cSrcweir;PolyTextOutW@12
367*cdf0e10cSrcweirPostMessageW@16
368*cdf0e10cSrcweirPostThreadMessageW@16
369*cdf0e10cSrcweirPrintDlgW@4
370*cdf0e10cSrcweir;QueryContextAttributesW@12
371*cdf0e10cSrcweir;QueryCredentialsAttributesW@12
372*cdf0e10cSrcweirQueryDosDeviceW@12
373*cdf0e10cSrcweir;QuerySecurityPackageInfoW@8
374*cdf0e10cSrcweirRasConnectionNotificationW@12
375*cdf0e10cSrcweirRasCreatePhonebookEntryW@8
376*cdf0e10cSrcweirRasDeleteEntryW@8
377*cdf0e10cSrcweirRasDeleteSubEntryW@12
378*cdf0e10cSrcweir;RasDialW@24
379*cdf0e10cSrcweirRasEditPhonebookEntryW@12
380*cdf0e10cSrcweirRasEnumConnectionsW@12
381*cdf0e10cSrcweirRasEnumDevicesW@12
382*cdf0e10cSrcweirRasEnumEntriesW@20
383*cdf0e10cSrcweirRasGetConnectStatusW@8
384*cdf0e10cSrcweirRasGetEntryDialParamsW@12
385*cdf0e10cSrcweirRasGetEntryPropertiesW@24
386*cdf0e10cSrcweirRasGetErrorStringW@12
387*cdf0e10cSrcweirRasHangUpW@4
388*cdf0e10cSrcweirRasRenameEntryW@12
389*cdf0e10cSrcweirRasSetEntryDialParamsW@12
390*cdf0e10cSrcweirRasSetEntryPropertiesW@24
391*cdf0e10cSrcweirRasSetSubEntryPropertiesW@28
392*cdf0e10cSrcweirRasValidateEntryNameW@8
393*cdf0e10cSrcweirReadConsoleInputW@16
394*cdf0e10cSrcweirReadConsoleOutputCharacterW@20
395*cdf0e10cSrcweirReadConsoleOutputW@20
396*cdf0e10cSrcweirReadConsoleW@20
397*cdf0e10cSrcweirRegConnectRegistryW@12
398*cdf0e10cSrcweirRegCreateKeyExW@36
399*cdf0e10cSrcweirRegCreateKeyW@12
400*cdf0e10cSrcweirRegDeleteKeyW@8
401*cdf0e10cSrcweirRegDeleteValueW@8
402*cdf0e10cSrcweirRegEnumKeyExW@32
403*cdf0e10cSrcweirRegEnumKeyW@16
404*cdf0e10cSrcweirRegEnumValueW@32
405*cdf0e10cSrcweirRegLoadKeyW@12
406*cdf0e10cSrcweirRegOpenKeyExW@20
407*cdf0e10cSrcweirRegOpenKeyW@12
408*cdf0e10cSrcweirRegQueryInfoKeyW@48
409*cdf0e10cSrcweirRegQueryMultipleValuesW@20
410*cdf0e10cSrcweirRegQueryValueExW@24
411*cdf0e10cSrcweirRegQueryValueW@16
412*cdf0e10cSrcweirRegReplaceKeyW@16
413*cdf0e10cSrcweirRegSaveKeyW@12
414*cdf0e10cSrcweirRegSetValueExW@24
415*cdf0e10cSrcweirRegSetValueW@20
416*cdf0e10cSrcweirRegUnLoadKeyW@8
417*cdf0e10cSrcweirRegisterClassExW@4
418*cdf0e10cSrcweirRegisterClassW@4
419*cdf0e10cSrcweirRegisterClipboardFormatW@4
420*cdf0e10cSrcweirRegisterDeviceNotificationW@12
421*cdf0e10cSrcweirRegisterWindowMessageW@4
422*cdf0e10cSrcweirRemoveDirectoryW@4
423*cdf0e10cSrcweirRemoveFontResourceW@4
424*cdf0e10cSrcweirRemovePropA@8
425*cdf0e10cSrcweirRemovePropW@8
426*cdf0e10cSrcweirReplaceTextW@4
427*cdf0e10cSrcweirResetDCW@8
428*cdf0e10cSrcweir;ResetPrinterW@8
429*cdf0e10cSrcweirSHBrowseForFolderW@4
430*cdf0e10cSrcweirSHChangeNotify@16
431*cdf0e10cSrcweirSHFileOperationW@4
432*cdf0e10cSrcweirSHGetFileInfoW@20
433*cdf0e10cSrcweirSHGetNewLinkInfoW@20
434*cdf0e10cSrcweirSHGetPathFromIDListW@8
435*cdf0e10cSrcweirScrollConsoleScreenBufferW@20
436*cdf0e10cSrcweirSearchPathW@24
437*cdf0e10cSrcweirSendDlgItemMessageW@20
438*cdf0e10cSrcweirSendMessageCallbackW@24
439*cdf0e10cSrcweirSendMessageTimeoutW@28
440*cdf0e10cSrcweirSendMessageW@16
441*cdf0e10cSrcweirSendNotifyMessageW@16
442*cdf0e10cSrcweirSetCalendarInfoW@16
443*cdf0e10cSrcweirSetClassLongW@12
444*cdf0e10cSrcweirSetComputerNameW@4
445*cdf0e10cSrcweirSetConsoleTitleW@4
446*cdf0e10cSrcweirSetCurrentDirectoryW@4
447*cdf0e10cSrcweirSetDefaultCommConfigW@12
448*cdf0e10cSrcweirSetDlgItemTextW@12
449*cdf0e10cSrcweirSetEnvironmentVariableW@8
450*cdf0e10cSrcweirSetFileAttributesW@8
451*cdf0e10cSrcweirSetICMProfileW@8
452*cdf0e10cSrcweirSetJobW@20
453*cdf0e10cSrcweirSetLocaleInfoW@12
454*cdf0e10cSrcweirSetMenuItemInfoW@16
455*cdf0e10cSrcweirSetPrinterDataW@20
456*cdf0e10cSrcweirSetPrinterW@16
457*cdf0e10cSrcweirSetPropA@12
458*cdf0e10cSrcweirSetPropW@12
459*cdf0e10cSrcweirSetVolumeLabelW@8
460*cdf0e10cSrcweirSetWindowLongA@12
461*cdf0e10cSrcweirSetWindowLongW@12
462*cdf0e10cSrcweirSetWindowTextW@8
463*cdf0e10cSrcweirSetWindowsHookExW@16
464*cdf0e10cSrcweirSetWindowsHookW@8
465*cdf0e10cSrcweirShellAboutW@16
466*cdf0e10cSrcweirShellExecuteExW@4
467*cdf0e10cSrcweirShellExecuteW@24
468*cdf0e10cSrcweirShell_NotifyIconW@8
469*cdf0e10cSrcweirStartDocPrinterW@12
470*cdf0e10cSrcweirStartDocW@8
471*cdf0e10cSrcweirSystemParametersInfoW@16
472*cdf0e10cSrcweirTabbedTextOutW@32
473*cdf0e10cSrcweirTextOutW@20
474*cdf0e10cSrcweirTranslateAcceleratorW@12
475*cdf0e10cSrcweirUnregisterClassW@8
476*cdf0e10cSrcweirUpdateICMRegKeyW@16
477*cdf0e10cSrcweirUpdateResourceW@24
478*cdf0e10cSrcweirVerFindFileW@32
479*cdf0e10cSrcweirVerInstallFileW@32
480*cdf0e10cSrcweirVerLanguageNameW@12
481*cdf0e10cSrcweirVerQueryValueW@16
482*cdf0e10cSrcweirVkKeyScanExW@8
483*cdf0e10cSrcweirVkKeyScanW@4
484*cdf0e10cSrcweirWNetAddConnection2W@16
485*cdf0e10cSrcweirWNetAddConnection3W@20
486*cdf0e10cSrcweirWNetAddConnectionW@12
487*cdf0e10cSrcweirWNetCancelConnection2W@12
488*cdf0e10cSrcweirWNetCancelConnectionW@8
489*cdf0e10cSrcweirWNetConnectionDialog1W@4
490*cdf0e10cSrcweirWNetDisconnectDialog1W@4
491*cdf0e10cSrcweirWNetEnumResourceW@16
492*cdf0e10cSrcweirWNetGetConnectionW@12
493*cdf0e10cSrcweirWNetGetLastErrorW@20
494*cdf0e10cSrcweirWNetGetNetworkInformationW@8
495*cdf0e10cSrcweirWNetGetProviderNameW@12
496*cdf0e10cSrcweirWNetGetResourceInformationW@16
497*cdf0e10cSrcweirWNetGetResourceParentW@12
498*cdf0e10cSrcweirWNetGetUniversalNameW@16
499*cdf0e10cSrcweirWNetGetUserW@12
500*cdf0e10cSrcweirWNetOpenEnumW@20
501*cdf0e10cSrcweirWNetUseConnectionW@32
502*cdf0e10cSrcweirWaitNamedPipeW@8
503*cdf0e10cSrcweirWideCharToMultiByte@32
504*cdf0e10cSrcweirWinHelpW@16
505*cdf0e10cSrcweirWriteConsoleInputW@16
506*cdf0e10cSrcweirWriteConsoleOutputCharacterW@20
507*cdf0e10cSrcweirWriteConsoleOutputW@20
508*cdf0e10cSrcweirWriteConsoleW@20
509*cdf0e10cSrcweirWritePrivateProfileSectionW@12
510*cdf0e10cSrcweirWritePrivateProfileStringW@16
511*cdf0e10cSrcweirWritePrivateProfileStructW@20
512*cdf0e10cSrcweirWriteProfileSectionW@8
513*cdf0e10cSrcweirWriteProfileStringW@12
514*cdf0e10cSrcweir;auxGetDevCapsW@12
515*cdf0e10cSrcweircapCreateCaptureWindowW@32
516*cdf0e10cSrcweircapGetDriverDescriptionW@20
517*cdf0e10cSrcweir;joyGetDevCapsW@12
518*cdf0e10cSrcweirlstrcatW@8
519*cdf0e10cSrcweirlstrcmpW@8
520*cdf0e10cSrcweirlstrcmpiW@8
521*cdf0e10cSrcweirlstrcpyW@8
522*cdf0e10cSrcweirlstrcpynW@12
523*cdf0e10cSrcweirlstrlenW@4
524*cdf0e10cSrcweir;mciGetDeviceIDW@4
525*cdf0e10cSrcweir;mciGetErrorStringW@12
526*cdf0e10cSrcweir;mciSendCommandW@16
527*cdf0e10cSrcweir;mciSendStringW@16
528*cdf0e10cSrcweir;midiInGetDevCapsW@12
529*cdf0e10cSrcweir;midiInGetErrorTextW@12
530*cdf0e10cSrcweir;midiOutGetDevCapsW@12
531*cdf0e10cSrcweir;mixerGetControlDetailsW@12
532*cdf0e10cSrcweir;mixerGetDevCapsW@12
533*cdf0e10cSrcweir;mixerGetLineControlsW@12
534*cdf0e10cSrcweir;mixerGetLineInfoW@12
535*cdf0e10cSrcweir;mmioInstallIOProcW@12
536*cdf0e10cSrcweir;mmioOpenW@@12
537*cdf0e10cSrcweir;mmioRenameW@16
538*cdf0e10cSrcweir;sndPlaySoundW@8
539*cdf0e10cSrcweir;waveInGetDevCapsW@12
540*cdf0e10cSrcweir;waveInGetErrorTextW@12
541*cdf0e10cSrcweir;waveOutGetDevCapsW@12
542*cdf0e10cSrcweir;waveOutGetErrorTextW@12
543*cdf0e10cSrcweirwsprintfW
544*cdf0e10cSrcweirwvsprintfW@12
545