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