Mercurial > hg > xemacs-beta
comparison src/intl-auto-encap-win32.c @ 4875:49de55c09f18
add "review" lines in intl-encap-win32.c for all unseen functions in processed headers
-------------------- ChangeLog entries follow: --------------------
lib-src/ChangeLog addition:
2010-01-15 Ben Wing <ben@xemacs.org>
* make-mswin-unicode.pl:
Process the command `review'. Cause an error to happen if we try to
use the command, indicating that the command needs review to determine
how to handle it.
src/ChangeLog addition:
2010-01-15 Ben Wing <ben@xemacs.org>
* intl-encap-win32.c:
Add `review' lines for all functions seen in the headers that we
process but not yet associated with an encapsulation command.
These will cause an error to be signaled if these functions are
used.
* intl-auto-encap-win32.c:
* intl-auto-encap-win32.h:
Regenerate.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Fri, 15 Jan 2010 05:42:21 -0600 |
parents | 50861fea97f6 |
children | 70089046adef |
comparison
equal
deleted
inserted
replaced
4874:4c3f5e1ecbeb | 4875:49de55c09f18 |
---|---|
428 | 428 |
429 #endif /* defined (HAVE_MS_WINDOWS) */ | 429 #endif /* defined (HAVE_MS_WINDOWS) */ |
430 | 430 |
431 #if defined (HAVE_MS_WINDOWS) | 431 #if defined (HAVE_MS_WINDOWS) |
432 | 432 |
433 /* Error if GetDefaultPrinter used: Function needs review to determine how to handle it */ | |
434 | |
435 #endif /* defined (HAVE_MS_WINDOWS) */ | |
436 | |
437 #if defined (HAVE_MS_WINDOWS) | |
438 | |
433 /* Error if GetForm used: not used, complicated interface with split structures */ | 439 /* Error if GetForm used: not used, complicated interface with split structures */ |
434 | 440 |
435 #endif /* defined (HAVE_MS_WINDOWS) */ | 441 #endif /* defined (HAVE_MS_WINDOWS) */ |
436 | 442 |
437 #if defined (HAVE_MS_WINDOWS) | 443 #if defined (HAVE_MS_WINDOWS) |
614 | 620 |
615 #endif /* defined (HAVE_MS_WINDOWS) */ | 621 #endif /* defined (HAVE_MS_WINDOWS) */ |
616 | 622 |
617 #if defined (HAVE_MS_WINDOWS) | 623 #if defined (HAVE_MS_WINDOWS) |
618 | 624 |
625 /* Error if WNetSetConnection used: Function needs review to determine how to handle it */ | |
626 | |
627 #endif /* defined (HAVE_MS_WINDOWS) */ | |
628 | |
629 #if defined (HAVE_MS_WINDOWS) | |
630 | |
619 /* NOTE: contains split-simple LPNETRESOURCE */ | 631 /* NOTE: contains split-simple LPNETRESOURCE */ |
620 DWORD | 632 DWORD |
621 qxeWNetConnectionDialog1 (LPCONNECTDLGSTRUCTW arg1) | 633 qxeWNetConnectionDialog1 (LPCONNECTDLGSTRUCTW arg1) |
622 { | 634 { |
623 if (XEUNICODE_P) | 635 if (XEUNICODE_P) |
719 | 731 |
720 #endif /* defined (HAVE_MS_WINDOWS) */ | 732 #endif /* defined (HAVE_MS_WINDOWS) */ |
721 | 733 |
722 #if defined (HAVE_MS_WINDOWS) | 734 #if defined (HAVE_MS_WINDOWS) |
723 | 735 |
736 /* Error if WNetGetResourceInformation used: Function needs review to determine how to handle it */ | |
737 | |
738 #endif /* defined (HAVE_MS_WINDOWS) */ | |
739 | |
740 #if defined (HAVE_MS_WINDOWS) | |
741 | |
742 /* Error if WNetGetResourceParent used: Function needs review to determine how to handle it */ | |
743 | |
744 #endif /* defined (HAVE_MS_WINDOWS) */ | |
745 | |
746 #if defined (HAVE_MS_WINDOWS) | |
747 | |
724 DWORD | 748 DWORD |
725 qxeWNetGetLastError (PDWORD arg1, Extbyte * arg2, DWORD arg3, Extbyte * arg4, DWORD arg5) | 749 qxeWNetGetLastError (PDWORD arg1, Extbyte * arg2, DWORD arg3, Extbyte * arg4, DWORD arg5) |
726 { | 750 { |
727 if (XEUNICODE_P) | 751 if (XEUNICODE_P) |
728 return WNetGetLastErrorW (arg1, (LPWSTR) arg2, arg3, (LPWSTR) arg4, arg5); | 752 return WNetGetLastErrorW (arg1, (LPWSTR) arg2, arg3, (LPWSTR) arg4, arg5); |
759 return AppendMenuA (arg1, arg2, arg3, (LPCSTR) arg4); | 783 return AppendMenuA (arg1, arg2, arg3, (LPCSTR) arg4); |
760 } | 784 } |
761 | 785 |
762 /* Error if BroadcastSystemMessage used: win95 version not split; NT 4.0+ only */ | 786 /* Error if BroadcastSystemMessage used: win95 version not split; NT 4.0+ only */ |
763 | 787 |
788 /* Error if BroadcastSystemMessageEx used: Function needs review to determine how to handle it */ | |
789 | |
764 #if !defined (CYGWIN_HEADERS) | 790 #if !defined (CYGWIN_HEADERS) |
765 | 791 |
766 BOOL | 792 BOOL |
767 qxeCallMsgFilter (LPMSG arg1, INT arg2) | 793 qxeCallMsgFilter (LPMSG arg1, INT arg2) |
768 { | 794 { |
1045 return EnumDesktopsA (arg1, (DESKTOPENUMPROCA) arg2, arg3); | 1071 return EnumDesktopsA (arg1, (DESKTOPENUMPROCA) arg2, arg3); |
1046 } | 1072 } |
1047 | 1073 |
1048 /* Error if EnumDisplaySettings used: split-sized LPDEVMODE */ | 1074 /* Error if EnumDisplaySettings used: split-sized LPDEVMODE */ |
1049 | 1075 |
1076 /* Error if EnumDisplaySettingsEx used: Function needs review to determine how to handle it */ | |
1077 | |
1050 /* Error if EnumDisplayDevices used: split-sized PDISPLAY_DEVICE; NT 5.0+ only, no Win98 */ | 1078 /* Error if EnumDisplayDevices used: split-sized PDISPLAY_DEVICE; NT 5.0+ only, no Win98 */ |
1051 | 1079 |
1052 /* NOTE: // callback fun differs only in string pointer type */ | 1080 /* NOTE: // callback fun differs only in string pointer type */ |
1053 int | 1081 int |
1054 qxeEnumProps (HWND arg1, PROPENUMPROCW arg2) | 1082 qxeEnumProps (HWND arg1, PROPENUMPROCW arg2) |
1124 return GetClassLongW (arg1, arg2); | 1152 return GetClassLongW (arg1, arg2); |
1125 else | 1153 else |
1126 return GetClassLongA (arg1, arg2); | 1154 return GetClassLongA (arg1, arg2); |
1127 } | 1155 } |
1128 | 1156 |
1157 /* Error if GetClassLongPtr used: Function needs review to determine how to handle it */ | |
1158 | |
1129 int | 1159 int |
1130 qxeGetClassName (HWND arg1, Extbyte * arg2, int arg3) | 1160 qxeGetClassName (HWND arg1, Extbyte * arg2, int arg3) |
1131 { | 1161 { |
1132 if (XEUNICODE_P) | 1162 if (XEUNICODE_P) |
1133 return GetClassNameW (arg1, (LPWSTR) arg2, arg3); | 1163 return GetClassNameW (arg1, (LPWSTR) arg2, arg3); |
1206 return GetPropW (arg1, (LPCWSTR) arg2); | 1236 return GetPropW (arg1, (LPCWSTR) arg2); |
1207 else | 1237 else |
1208 return GetPropA (arg1, (LPCSTR) arg2); | 1238 return GetPropA (arg1, (LPCSTR) arg2); |
1209 } | 1239 } |
1210 | 1240 |
1241 /* Error if GetRawInputDeviceInfo used: Function needs review to determine how to handle it */ | |
1242 | |
1211 DWORD | 1243 DWORD |
1212 qxeGetTabbedTextExtent (HDC arg1, const Extbyte * arg2, int arg3, int arg4, LPINT arg5) | 1244 qxeGetTabbedTextExtent (HDC arg1, const Extbyte * arg2, int arg3, int arg4, LPINT arg5) |
1213 { | 1245 { |
1214 if (XEUNICODE_P) | 1246 if (XEUNICODE_P) |
1215 return GetTabbedTextExtentW (arg1, (LPCWSTR) arg2, arg3, arg4, arg5); | 1247 return GetTabbedTextExtentW (arg1, (LPCWSTR) arg2, arg3, arg4, arg5); |
1223 if (XEUNICODE_P) | 1255 if (XEUNICODE_P) |
1224 return GetWindowLongW (arg1, arg2); | 1256 return GetWindowLongW (arg1, arg2); |
1225 else | 1257 else |
1226 return GetWindowLongA (arg1, arg2); | 1258 return GetWindowLongA (arg1, arg2); |
1227 } | 1259 } |
1260 | |
1261 /* Error if GetWindowLongPtr used: Function needs review to determine how to handle it */ | |
1228 | 1262 |
1229 BOOL | 1263 BOOL |
1230 qxeGetUserObjectInformation (HANDLE arg1, int arg2, PVOID arg3, DWORD arg4, PDWORD arg5) | 1264 qxeGetUserObjectInformation (HANDLE arg1, int arg2, PVOID arg3, DWORD arg4, PDWORD arg5) |
1231 { | 1265 { |
1232 if (XEUNICODE_P) | 1266 if (XEUNICODE_P) |
1586 return SetClassLongW (arg1, arg2, arg3); | 1620 return SetClassLongW (arg1, arg2, arg3); |
1587 else | 1621 else |
1588 return SetClassLongA (arg1, arg2, arg3); | 1622 return SetClassLongA (arg1, arg2, arg3); |
1589 } | 1623 } |
1590 | 1624 |
1625 /* Error if SetClassLongPtr used: Function needs review to determine how to handle it */ | |
1626 | |
1591 BOOL | 1627 BOOL |
1592 qxeSetDlgItemText (HWND arg1, int arg2, const Extbyte * arg3) | 1628 qxeSetDlgItemText (HWND arg1, int arg2, const Extbyte * arg3) |
1593 { | 1629 { |
1594 if (XEUNICODE_P) | 1630 if (XEUNICODE_P) |
1595 return SetDlgItemTextW (arg1, arg2, (LPCWSTR) arg3); | 1631 return SetDlgItemTextW (arg1, arg2, (LPCWSTR) arg3); |
1631 if (XEUNICODE_P) | 1667 if (XEUNICODE_P) |
1632 return SetWindowLongW (arg1, arg2, arg3); | 1668 return SetWindowLongW (arg1, arg2, arg3); |
1633 else | 1669 else |
1634 return SetWindowLongA (arg1, arg2, arg3); | 1670 return SetWindowLongA (arg1, arg2, arg3); |
1635 } | 1671 } |
1672 | |
1673 /* Error if SetWindowLongPtr used: Function needs review to determine how to handle it */ | |
1636 | 1674 |
1637 /* Error if SetWindowsHook used: obsolete; two versions, STRICT and non-STRICT */ | 1675 /* Error if SetWindowsHook used: obsolete; two versions, STRICT and non-STRICT */ |
1638 | 1676 |
1639 HHOOK | 1677 HHOOK |
1640 qxeSetWindowsHookEx (int arg1, HOOKPROC arg2, HINSTANCE arg3, DWORD arg4) | 1678 qxeSetWindowsHookEx (int arg1, HOOKPROC arg2, HINSTANCE arg3, DWORD arg4) |
1781 return RegDeleteKeyW (arg1, (LPCWSTR) arg2); | 1819 return RegDeleteKeyW (arg1, (LPCWSTR) arg2); |
1782 else | 1820 else |
1783 return RegDeleteKeyA (arg1, (LPCSTR) arg2); | 1821 return RegDeleteKeyA (arg1, (LPCSTR) arg2); |
1784 } | 1822 } |
1785 | 1823 |
1824 /* Error if RegDeleteKeyEx used: Function needs review to determine how to handle it */ | |
1825 | |
1786 LONG | 1826 LONG |
1787 qxeRegDeleteValue (HKEY arg1, const Extbyte * arg2) | 1827 qxeRegDeleteValue (HKEY arg1, const Extbyte * arg2) |
1788 { | 1828 { |
1789 if (XEUNICODE_P) | 1829 if (XEUNICODE_P) |
1790 return RegDeleteValueW (arg1, (LPCWSTR) arg2); | 1830 return RegDeleteValueW (arg1, (LPCWSTR) arg2); |
1953 | 1993 |
1954 /* Error if EnumTimeFormats used: not used, not examined yet */ | 1994 /* Error if EnumTimeFormats used: not used, not examined yet */ |
1955 | 1995 |
1956 /* Error if FoldString used: not used, not examined yet */ | 1996 /* Error if FoldString used: not used, not examined yet */ |
1957 | 1997 |
1998 /* Error if GetCalendarInfo used: Function needs review to determine how to handle it */ | |
1999 | |
1958 /* Error if GetCPInfoEx used: not used, not examined yet */ | 2000 /* Error if GetCPInfoEx used: not used, not examined yet */ |
1959 | 2001 |
1960 /* Error if GetCurrencyFormat used: not used, not examined yet */ | 2002 /* Error if GetCurrencyFormat used: not used, not examined yet */ |
1961 | 2003 |
1962 /* Error if GetDateFormat used: not used, not examined yet */ | 2004 /* Error if GetDateFormat used: not used, not examined yet */ |
2005 | |
2006 /* Error if GetGeoInfo used: Function needs review to determine how to handle it */ | |
1963 | 2007 |
1964 int | 2008 int |
1965 qxeGetLocaleInfo (LCID arg1, LCTYPE arg2, Extbyte * arg3, int arg4) | 2009 qxeGetLocaleInfo (LCID arg1, LCTYPE arg2, Extbyte * arg3, int arg4) |
1966 { | 2010 { |
1967 if (XEUNICODE_P) | 2011 if (XEUNICODE_P) |
1978 | 2022 |
1979 /* Error if GetTimeFormat used: not used, not examined yet */ | 2023 /* Error if GetTimeFormat used: not used, not examined yet */ |
1980 | 2024 |
1981 /* Error if LCMapString used: not used, not examined yet */ | 2025 /* Error if LCMapString used: not used, not examined yet */ |
1982 | 2026 |
2027 /* Error if SetCalendarInfo used: Function needs review to determine how to handle it */ | |
2028 | |
1983 BOOL | 2029 BOOL |
1984 qxeSetLocaleInfo (LCID arg1, LCTYPE arg2, const Extbyte * arg3) | 2030 qxeSetLocaleInfo (LCID arg1, LCTYPE arg2, const Extbyte * arg3) |
1985 { | 2031 { |
1986 if (XEUNICODE_P) | 2032 if (XEUNICODE_P) |
1987 return SetLocaleInfoW (arg1, arg2, (LPCWSTR) arg3); | 2033 return SetLocaleInfoW (arg1, arg2, (LPCWSTR) arg3); |
1990 } | 2036 } |
1991 | 2037 |
1992 /* Error if EnumCalendarInfoEx used: not used, not examined yet */ | 2038 /* Error if EnumCalendarInfoEx used: not used, not examined yet */ |
1993 | 2039 |
1994 /* Error if EnumDateFormatsEx used: not used, not examined yet */ | 2040 /* Error if EnumDateFormatsEx used: not used, not examined yet */ |
2041 | |
2042 /* Error if EnumSystemLanguageGroups used: Function needs review to determine how to handle it */ | |
2043 | |
2044 /* Error if EnumLanguageGroupLocales used: Function needs review to determine how to handle it */ | |
2045 | |
2046 /* Error if EnumUILanguages used: Function needs review to determine how to handle it */ | |
1995 | 2047 |
1996 | 2048 |
1997 /*----------------------------------------------------------------------*/ | 2049 /*----------------------------------------------------------------------*/ |
1998 /* Processing file WINGDI.H */ | 2050 /* Processing file WINGDI.H */ |
1999 /*----------------------------------------------------------------------*/ | 2051 /*----------------------------------------------------------------------*/ |
2516 return SHGetPathFromIDListA (arg1, (LPSTR) arg2); | 2568 return SHGetPathFromIDListA (arg1, (LPSTR) arg2); |
2517 } | 2569 } |
2518 | 2570 |
2519 /* Skipping SHGetSpecialFolderPath because error in Cygwin prototype, missing from Cygwin libraries */ | 2571 /* Skipping SHGetSpecialFolderPath because error in Cygwin prototype, missing from Cygwin libraries */ |
2520 | 2572 |
2573 /* Error if SHGetFolderPath used: Function needs review to determine how to handle it */ | |
2574 | |
2575 /* Error if SHGetIconOverlayIndex used: Function needs review to determine how to handle it */ | |
2576 | |
2577 /* Error if SHCreateDirectoryEx used: Function needs review to determine how to handle it */ | |
2578 | |
2579 /* Error if SHGetFolderPathAndSubDir used: Function needs review to determine how to handle it */ | |
2580 | |
2521 | 2581 |
2522 /*----------------------------------------------------------------------*/ | 2582 /*----------------------------------------------------------------------*/ |
2523 /* Processing file COMMDLG.H */ | 2583 /* Processing file COMMDLG.H */ |
2524 /*----------------------------------------------------------------------*/ | 2584 /*----------------------------------------------------------------------*/ |
2525 | 2585 |
2617 return ReplaceTextA ((LPFINDREPLACEA) arg1); | 2677 return ReplaceTextA ((LPFINDREPLACEA) arg1); |
2618 } | 2678 } |
2619 | 2679 |
2620 #endif /* defined (HAVE_MS_WINDOWS) */ | 2680 #endif /* defined (HAVE_MS_WINDOWS) */ |
2621 | 2681 |
2682 #if defined (HAVE_MS_WINDOWS) | |
2683 | |
2684 /* Error if PrintDlgEx used: Function needs review to determine how to handle it */ | |
2685 | |
2686 #endif /* defined (HAVE_MS_WINDOWS) */ | |
2687 | |
2622 | 2688 |
2623 /*----------------------------------------------------------------------*/ | 2689 /*----------------------------------------------------------------------*/ |
2624 /* Processing file IMM.H */ | 2690 /* Processing file IMM.H */ |
2625 /*----------------------------------------------------------------------*/ | 2691 /*----------------------------------------------------------------------*/ |
2626 | 2692 |
2904 return CallNamedPipeW ((LPCWSTR) arg1, arg2, arg3, arg4, arg5, arg6, arg7); | 2970 return CallNamedPipeW ((LPCWSTR) arg1, arg2, arg3, arg4, arg5, arg6, arg7); |
2905 else | 2971 else |
2906 return CallNamedPipeA ((LPCSTR) arg1, arg2, arg3, arg4, arg5, arg6, arg7); | 2972 return CallNamedPipeA ((LPCSTR) arg1, arg2, arg3, arg4, arg5, arg6, arg7); |
2907 } | 2973 } |
2908 | 2974 |
2975 /* Error if CheckNameLegalDOS8Dot3 used: Function needs review to determine how to handle it */ | |
2976 | |
2909 BOOL | 2977 BOOL |
2910 qxeClearEventLog (HANDLE arg1, const Extbyte * arg2) | 2978 qxeClearEventLog (HANDLE arg1, const Extbyte * arg2) |
2911 { | 2979 { |
2912 if (XEUNICODE_P) | 2980 if (XEUNICODE_P) |
2913 return ClearEventLogW (arg1, (LPCWSTR) arg2); | 2981 return ClearEventLogW (arg1, (LPCWSTR) arg2); |
2940 if (XEUNICODE_P) | 3008 if (XEUNICODE_P) |
2941 return CopyFileExW ((LPCWSTR) arg1, (LPCWSTR) arg2, arg3, arg4, arg5, arg6); | 3009 return CopyFileExW ((LPCWSTR) arg1, (LPCWSTR) arg2, arg3, arg4, arg5, arg6); |
2942 else | 3010 else |
2943 return CopyFileExA ((LPCSTR) arg1, (LPCSTR) arg2, arg3, arg4, arg5, arg6); | 3011 return CopyFileExA ((LPCSTR) arg1, (LPCSTR) arg2, arg3, arg4, arg5, arg6); |
2944 } | 3012 } |
3013 | |
3014 /* Error if CreateActCtx used: Function needs review to determine how to handle it */ | |
2945 | 3015 |
2946 BOOL | 3016 BOOL |
2947 qxeCreateDirectory (const Extbyte * arg1, LPSECURITY_ATTRIBUTES arg2) | 3017 qxeCreateDirectory (const Extbyte * arg1, LPSECURITY_ATTRIBUTES arg2) |
2948 { | 3018 { |
2949 if (XEUNICODE_P) | 3019 if (XEUNICODE_P) |
3035 return CreateProcessAsUserW (arg1, (LPCWSTR) arg2, (LPWSTR) arg3, arg4, arg5, arg6, arg7, arg8, (LPCWSTR) arg9, arg10, arg11); | 3105 return CreateProcessAsUserW (arg1, (LPCWSTR) arg2, (LPWSTR) arg3, arg4, arg5, arg6, arg7, arg8, (LPCWSTR) arg9, arg10, arg11); |
3036 else | 3106 else |
3037 return CreateProcessAsUserA (arg1, (LPCSTR) arg2, (LPSTR) arg3, arg4, arg5, arg6, arg7, arg8, (LPCSTR) arg9, (LPSTARTUPINFOA) arg10, arg11); | 3107 return CreateProcessAsUserA (arg1, (LPCSTR) arg2, (LPSTR) arg3, arg4, arg5, arg6, arg7, arg8, (LPCSTR) arg9, (LPSTARTUPINFOA) arg10, arg11); |
3038 } | 3108 } |
3039 | 3109 |
3110 /* Error if CreateProcessWithLogon used: Function needs review to determine how to handle it */ | |
3111 | |
3040 HANDLE | 3112 HANDLE |
3041 qxeCreateSemaphore (LPSECURITY_ATTRIBUTES arg1, LONG arg2, LONG arg3, const Extbyte * arg4) | 3113 qxeCreateSemaphore (LPSECURITY_ATTRIBUTES arg1, LONG arg2, LONG arg3, const Extbyte * arg4) |
3042 { | 3114 { |
3043 if (XEUNICODE_P) | 3115 if (XEUNICODE_P) |
3044 return CreateSemaphoreW (arg1, arg2, arg3, (LPCWSTR) arg4); | 3116 return CreateSemaphoreW (arg1, arg2, arg3, (LPCWSTR) arg4); |
3071 return DeleteFileW ((LPCWSTR) arg1); | 3143 return DeleteFileW ((LPCWSTR) arg1); |
3072 else | 3144 else |
3073 return DeleteFileA ((LPCSTR) arg1); | 3145 return DeleteFileA ((LPCSTR) arg1); |
3074 } | 3146 } |
3075 | 3147 |
3148 /* Error if DeleteVolumeMountPoint used: Function needs review to determine how to handle it */ | |
3149 | |
3150 /* Error if DnsHostnameToComputerName used: Function needs review to determine how to handle it */ | |
3151 | |
3076 #if !defined (CYGWIN_HEADERS) | 3152 #if !defined (CYGWIN_HEADERS) |
3077 | 3153 |
3078 /* Error if EncryptFile used: Win2K+ only */ | 3154 /* Error if EncryptFile used: Win2K+ only */ |
3079 | 3155 |
3080 #endif /* !defined (CYGWIN_HEADERS) */ | 3156 #endif /* !defined (CYGWIN_HEADERS) */ |
3110 FatalAppExitW (arg1, (LPCWSTR) arg2); | 3186 FatalAppExitW (arg1, (LPCWSTR) arg2); |
3111 else | 3187 else |
3112 FatalAppExitA (arg1, (LPCSTR) arg2); | 3188 FatalAppExitA (arg1, (LPCSTR) arg2); |
3113 } | 3189 } |
3114 | 3190 |
3191 /* Error if FileEncryptionStatus used: Function needs review to determine how to handle it */ | |
3192 | |
3193 /* Error if FindActCtxSectionString used: Function needs review to determine how to handle it */ | |
3194 | |
3115 ATOM | 3195 ATOM |
3116 qxeFindAtom (const Extbyte * arg1) | 3196 qxeFindAtom (const Extbyte * arg1) |
3117 { | 3197 { |
3118 if (XEUNICODE_P) | 3198 if (XEUNICODE_P) |
3119 return FindAtomW ((LPCWSTR) arg1); | 3199 return FindAtomW ((LPCWSTR) arg1); |
3132 | 3212 |
3133 /* Skipping FindFirstFile because split-sized LPWIN32_FIND_DATA */ | 3213 /* Skipping FindFirstFile because split-sized LPWIN32_FIND_DATA */ |
3134 | 3214 |
3135 /* Error if FindFirstFileEx used: split-sized LPWIN32_FIND_DATA; not used, NT 4.0+ only */ | 3215 /* Error if FindFirstFileEx used: split-sized LPWIN32_FIND_DATA; not used, NT 4.0+ only */ |
3136 | 3216 |
3217 /* Error if FindFirstVolume used: Function needs review to determine how to handle it */ | |
3218 | |
3219 /* Error if FindFirstVolumeMountPoint used: Function needs review to determine how to handle it */ | |
3220 | |
3137 /* Skipping FindNextFile because split-sized LPWIN32_FIND_DATA */ | 3221 /* Skipping FindNextFile because split-sized LPWIN32_FIND_DATA */ |
3222 | |
3223 /* Error if FindNextVolume used: Function needs review to determine how to handle it */ | |
3224 | |
3225 /* Error if FindNextVolumeMountPoint used: Function needs review to determine how to handle it */ | |
3138 | 3226 |
3139 HRSRC | 3227 HRSRC |
3140 qxeFindResource (HINSTANCE arg1, const Extbyte * arg2, const Extbyte * arg3) | 3228 qxeFindResource (HINSTANCE arg1, const Extbyte * arg2, const Extbyte * arg3) |
3141 { | 3229 { |
3142 if (XEUNICODE_P) | 3230 if (XEUNICODE_P) |
3152 return FindResourceExW (arg1, (LPCWSTR) arg2, (LPCWSTR) arg3, arg4); | 3240 return FindResourceExW (arg1, (LPCWSTR) arg2, (LPCWSTR) arg3, arg4); |
3153 else | 3241 else |
3154 return FindResourceExA (arg1, (LPCSTR) arg2, (LPCSTR) arg3, arg4); | 3242 return FindResourceExA (arg1, (LPCSTR) arg2, (LPCSTR) arg3, arg4); |
3155 } | 3243 } |
3156 | 3244 |
3245 /* Error if GetFirmwareEnvironmentVariable used: Function needs review to determine how to handle it */ | |
3246 | |
3157 DWORD | 3247 DWORD |
3158 qxeFormatMessage (DWORD arg1, PCVOID arg2, DWORD arg3, DWORD arg4, Extbyte * arg5, DWORD arg6, va_list* arg7) | 3248 qxeFormatMessage (DWORD arg1, PCVOID arg2, DWORD arg3, DWORD arg4, Extbyte * arg5, DWORD arg6, va_list* arg7) |
3159 { | 3249 { |
3160 if (XEUNICODE_P) | 3250 if (XEUNICODE_P) |
3161 return FormatMessageW (arg1, arg2, arg3, arg4, (LPWSTR) arg5, arg6, arg7); | 3251 return FormatMessageW (arg1, arg2, arg3, arg4, (LPWSTR) arg5, arg6, arg7); |
3215 return GetComputerNameW ((LPWSTR) arg1, arg2); | 3305 return GetComputerNameW ((LPWSTR) arg1, arg2); |
3216 else | 3306 else |
3217 return GetComputerNameA ((LPSTR) arg1, arg2); | 3307 return GetComputerNameA ((LPSTR) arg1, arg2); |
3218 } | 3308 } |
3219 | 3309 |
3310 /* Error if GetComputerNameEx used: Function needs review to determine how to handle it */ | |
3311 | |
3220 DWORD | 3312 DWORD |
3221 qxeGetCurrentDirectory (DWORD arg1, Extbyte * arg2) | 3313 qxeGetCurrentDirectory (DWORD arg1, Extbyte * arg2) |
3222 { | 3314 { |
3223 if (XEUNICODE_P) | 3315 if (XEUNICODE_P) |
3224 return GetCurrentDirectoryW (arg1, (LPWSTR) arg2); | 3316 return GetCurrentDirectoryW (arg1, (LPWSTR) arg2); |
3253 return GetDiskFreeSpaceExW ((LPCWSTR) arg1, arg2, arg3, arg4); | 3345 return GetDiskFreeSpaceExW ((LPCWSTR) arg1, arg2, arg3, arg4); |
3254 else | 3346 else |
3255 return GetDiskFreeSpaceExA ((LPCSTR) arg1, arg2, arg3, arg4); | 3347 return GetDiskFreeSpaceExA ((LPCSTR) arg1, arg2, arg3, arg4); |
3256 } | 3348 } |
3257 | 3349 |
3350 /* Error if GetDllDirectory used: Function needs review to determine how to handle it */ | |
3351 | |
3258 UINT | 3352 UINT |
3259 qxeGetDriveType (const Extbyte * arg1) | 3353 qxeGetDriveType (const Extbyte * arg1) |
3260 { | 3354 { |
3261 if (XEUNICODE_P) | 3355 if (XEUNICODE_P) |
3262 return GetDriveTypeW ((LPCWSTR) arg1); | 3356 return GetDriveTypeW ((LPCWSTR) arg1); |
3336 return GetModuleHandleW ((LPCWSTR) arg1); | 3430 return GetModuleHandleW ((LPCWSTR) arg1); |
3337 else | 3431 else |
3338 return GetModuleHandleA ((LPCSTR) arg1); | 3432 return GetModuleHandleA ((LPCSTR) arg1); |
3339 } | 3433 } |
3340 | 3434 |
3435 /* Error if GetModuleHandleEx used: Function needs review to determine how to handle it */ | |
3436 | |
3341 BOOL | 3437 BOOL |
3342 qxeGetNamedPipeHandleState (HANDLE arg1, PDWORD arg2, PDWORD arg3, PDWORD arg4, PDWORD arg5, Extbyte * arg6, DWORD arg7) | 3438 qxeGetNamedPipeHandleState (HANDLE arg1, PDWORD arg2, PDWORD arg3, PDWORD arg4, PDWORD arg5, Extbyte * arg6, DWORD arg7) |
3343 { | 3439 { |
3344 if (XEUNICODE_P) | 3440 if (XEUNICODE_P) |
3345 return GetNamedPipeHandleStateW (arg1, arg2, arg3, arg4, arg5, (LPWSTR) arg6, arg7); | 3441 return GetNamedPipeHandleStateW (arg1, arg2, arg3, arg4, arg5, (LPWSTR) arg6, arg7); |
3444 return GetSystemDirectoryW ((LPWSTR) arg1, arg2); | 3540 return GetSystemDirectoryW ((LPWSTR) arg1, arg2); |
3445 else | 3541 else |
3446 return GetSystemDirectoryA ((LPSTR) arg1, arg2); | 3542 return GetSystemDirectoryA ((LPSTR) arg1, arg2); |
3447 } | 3543 } |
3448 | 3544 |
3545 /* Error if GetSystemWindowsDirectory used: Function needs review to determine how to handle it */ | |
3546 | |
3547 /* Error if GetSystemWow64Directory used: Function needs review to determine how to handle it */ | |
3548 | |
3449 UINT | 3549 UINT |
3450 qxeGetTempFileName (const Extbyte * arg1, const Extbyte * arg2, UINT arg3, Extbyte * arg4) | 3550 qxeGetTempFileName (const Extbyte * arg1, const Extbyte * arg2, UINT arg3, Extbyte * arg4) |
3451 { | 3551 { |
3452 if (XEUNICODE_P) | 3552 if (XEUNICODE_P) |
3453 return GetTempFileNameW ((LPCWSTR) arg1, (LPCWSTR) arg2, arg3, (LPWSTR) arg4); | 3553 return GetTempFileNameW ((LPCWSTR) arg1, (LPCWSTR) arg2, arg3, (LPWSTR) arg4); |
3482 return GetVolumeInformationW ((LPCWSTR) arg1, (LPWSTR) arg2, arg3, arg4, arg5, arg6, (LPWSTR) arg7, arg8); | 3582 return GetVolumeInformationW ((LPCWSTR) arg1, (LPWSTR) arg2, arg3, arg4, arg5, arg6, (LPWSTR) arg7, arg8); |
3483 else | 3583 else |
3484 return GetVolumeInformationA ((LPCSTR) arg1, (LPSTR) arg2, arg3, arg4, arg5, arg6, (LPSTR) arg7, arg8); | 3584 return GetVolumeInformationA ((LPCSTR) arg1, (LPSTR) arg2, arg3, arg4, arg5, arg6, (LPSTR) arg7, arg8); |
3485 } | 3585 } |
3486 | 3586 |
3587 /* Error if GetVolumeNameForVolumeMountPoint used: Function needs review to determine how to handle it */ | |
3588 | |
3589 /* Error if GetVolumePathName used: Function needs review to determine how to handle it */ | |
3590 | |
3591 /* Error if GetVolumePathNamesForVolumeName used: Function needs review to determine how to handle it */ | |
3592 | |
3487 UINT | 3593 UINT |
3488 qxeGetWindowsDirectory (Extbyte * arg1, UINT arg2) | 3594 qxeGetWindowsDirectory (Extbyte * arg1, UINT arg2) |
3489 { | 3595 { |
3490 if (XEUNICODE_P) | 3596 if (XEUNICODE_P) |
3491 return GetWindowsDirectoryW ((LPWSTR) arg1, arg2); | 3597 return GetWindowsDirectoryW ((LPWSTR) arg1, arg2); |
3788 return PrivilegedServiceAuditAlarmW ((LPCWSTR) arg1, (LPCWSTR) arg2, arg3, arg4, arg5); | 3894 return PrivilegedServiceAuditAlarmW ((LPCWSTR) arg1, (LPCWSTR) arg2, arg3, arg4, arg5); |
3789 else | 3895 else |
3790 return PrivilegedServiceAuditAlarmA ((LPCSTR) arg1, (LPCSTR) arg2, arg3, arg4, arg5); | 3896 return PrivilegedServiceAuditAlarmA ((LPCSTR) arg1, (LPCSTR) arg2, arg3, arg4, arg5); |
3791 } | 3897 } |
3792 | 3898 |
3899 /* Error if QueryActCtx used: Function needs review to determine how to handle it */ | |
3900 | |
3793 DWORD | 3901 DWORD |
3794 qxeQueryDosDevice (const Extbyte * arg1, Extbyte * arg2, DWORD arg3) | 3902 qxeQueryDosDevice (const Extbyte * arg1, Extbyte * arg2, DWORD arg3) |
3795 { | 3903 { |
3796 if (XEUNICODE_P) | 3904 if (XEUNICODE_P) |
3797 return QueryDosDeviceW ((LPCWSTR) arg1, (LPWSTR) arg2, arg3); | 3905 return QueryDosDeviceW ((LPCWSTR) arg1, (LPWSTR) arg2, arg3); |
3826 return RemoveDirectoryW ((LPCWSTR) arg1); | 3934 return RemoveDirectoryW ((LPCWSTR) arg1); |
3827 else | 3935 else |
3828 return RemoveDirectoryA ((LPCSTR) arg1); | 3936 return RemoveDirectoryA ((LPCSTR) arg1); |
3829 } | 3937 } |
3830 | 3938 |
3939 /* Error if ReplaceFile used: Function needs review to determine how to handle it */ | |
3940 | |
3831 BOOL | 3941 BOOL |
3832 qxeReportEvent (HANDLE arg1, WORD arg2, WORD arg3, DWORD arg4, PSID arg5, WORD arg6, DWORD arg7, const Extbyte ** arg8, PVOID arg9) | 3942 qxeReportEvent (HANDLE arg1, WORD arg2, WORD arg3, DWORD arg4, PSID arg5, WORD arg6, DWORD arg7, const Extbyte ** arg8, PVOID arg9) |
3833 { | 3943 { |
3834 if (XEUNICODE_P) | 3944 if (XEUNICODE_P) |
3835 return ReportEventW (arg1, arg2, arg3, arg4, arg5, arg6, arg7, (LPCWSTR*) arg8, arg9); | 3945 return ReportEventW (arg1, arg2, arg3, arg4, arg5, arg6, arg7, (LPCWSTR*) arg8, arg9); |
3853 return SetComputerNameW ((LPCWSTR) arg1); | 3963 return SetComputerNameW ((LPCWSTR) arg1); |
3854 else | 3964 else |
3855 return SetComputerNameA ((LPCSTR) arg1); | 3965 return SetComputerNameA ((LPCSTR) arg1); |
3856 } | 3966 } |
3857 | 3967 |
3968 /* Error if SetComputerNameEx used: Function needs review to determine how to handle it */ | |
3969 | |
3858 BOOL | 3970 BOOL |
3859 qxeSetCurrentDirectory (const Extbyte * arg1) | 3971 qxeSetCurrentDirectory (const Extbyte * arg1) |
3860 { | 3972 { |
3861 if (XEUNICODE_P) | 3973 if (XEUNICODE_P) |
3862 return SetCurrentDirectoryW ((LPCWSTR) arg1); | 3974 return SetCurrentDirectoryW ((LPCWSTR) arg1); |
3871 return SetDefaultCommConfigW ((LPCWSTR) arg1, arg2, arg3); | 3983 return SetDefaultCommConfigW ((LPCWSTR) arg1, arg2, arg3); |
3872 else | 3984 else |
3873 return SetDefaultCommConfigA ((LPCSTR) arg1, arg2, arg3); | 3985 return SetDefaultCommConfigA ((LPCSTR) arg1, arg2, arg3); |
3874 } | 3986 } |
3875 | 3987 |
3988 /* Error if SetDllDirectory used: Function needs review to determine how to handle it */ | |
3989 | |
3876 BOOL | 3990 BOOL |
3877 qxeSetEnvironmentVariable (const Extbyte * arg1, const Extbyte * arg2) | 3991 qxeSetEnvironmentVariable (const Extbyte * arg1, const Extbyte * arg2) |
3878 { | 3992 { |
3879 if (XEUNICODE_P) | 3993 if (XEUNICODE_P) |
3880 return SetEnvironmentVariableW ((LPCWSTR) arg1, (LPCWSTR) arg2); | 3994 return SetEnvironmentVariableW ((LPCWSTR) arg1, (LPCWSTR) arg2); |
3898 return SetFileSecurityW ((LPCWSTR) arg1, arg2, arg3); | 4012 return SetFileSecurityW ((LPCWSTR) arg1, arg2, arg3); |
3899 else | 4013 else |
3900 return SetFileSecurityA ((LPCSTR) arg1, arg2, arg3); | 4014 return SetFileSecurityA ((LPCSTR) arg1, arg2, arg3); |
3901 } | 4015 } |
3902 | 4016 |
4017 /* Error if SetFileShortName used: Function needs review to determine how to handle it */ | |
4018 | |
4019 /* Error if SetFirmwareEnvironmentVariable used: Function needs review to determine how to handle it */ | |
4020 | |
3903 BOOL | 4021 BOOL |
3904 qxeSetVolumeLabel (const Extbyte * arg1, const Extbyte * arg2) | 4022 qxeSetVolumeLabel (const Extbyte * arg1, const Extbyte * arg2) |
3905 { | 4023 { |
3906 if (XEUNICODE_P) | 4024 if (XEUNICODE_P) |
3907 return SetVolumeLabelW ((LPCWSTR) arg1, (LPCWSTR) arg2); | 4025 return SetVolumeLabelW ((LPCWSTR) arg1, (LPCWSTR) arg2); |
3908 else | 4026 else |
3909 return SetVolumeLabelA ((LPCSTR) arg1, (LPCSTR) arg2); | 4027 return SetVolumeLabelA ((LPCSTR) arg1, (LPCSTR) arg2); |
3910 } | 4028 } |
3911 | 4029 |
4030 /* Error if SetVolumeMountPoint used: Function needs review to determine how to handle it */ | |
4031 | |
3912 BOOL | 4032 BOOL |
3913 qxeUpdateResource (HANDLE arg1, const Extbyte * arg2, const Extbyte * arg3, WORD arg4, PVOID arg5, DWORD arg6) | 4033 qxeUpdateResource (HANDLE arg1, const Extbyte * arg2, const Extbyte * arg3, WORD arg4, PVOID arg5, DWORD arg6) |
3914 { | 4034 { |
3915 if (XEUNICODE_P) | 4035 if (XEUNICODE_P) |
3916 return UpdateResourceW (arg1, (LPCWSTR) arg2, (LPCWSTR) arg3, arg4, arg5, arg6); | 4036 return UpdateResourceW (arg1, (LPCWSTR) arg2, (LPCWSTR) arg3, arg4, arg5, arg6); |
3917 else | 4037 else |
3918 return UpdateResourceA (arg1, (LPCSTR) arg2, (LPCSTR) arg3, arg4, arg5, arg6); | 4038 return UpdateResourceA (arg1, (LPCSTR) arg2, (LPCSTR) arg3, arg4, arg5, arg6); |
3919 } | 4039 } |
4040 | |
4041 /* Error if VerifyVersionInfo used: Function needs review to determine how to handle it */ | |
3920 | 4042 |
3921 BOOL | 4043 BOOL |
3922 qxeWaitNamedPipe (const Extbyte * arg1, DWORD arg2) | 4044 qxeWaitNamedPipe (const Extbyte * arg1, DWORD arg2) |
3923 { | 4045 { |
3924 if (XEUNICODE_P) | 4046 if (XEUNICODE_P) |
3975 | 4097 |
3976 /*----------------------------------------------------------------------*/ | 4098 /*----------------------------------------------------------------------*/ |
3977 /* Processing file ACLAPI.h */ | 4099 /* Processing file ACLAPI.h */ |
3978 /*----------------------------------------------------------------------*/ | 4100 /*----------------------------------------------------------------------*/ |
3979 | 4101 |
4102 /* Error if BuildExplicitAccessWithName used: Function needs review to determine how to handle it */ | |
4103 | |
4104 /* Error if BuildSecurityDescriptor used: Function needs review to determine how to handle it */ | |
4105 | |
4106 /* Error if BuildTrusteeWithName used: Function needs review to determine how to handle it */ | |
4107 | |
4108 /* Error if BuildTrusteeWithObjectsAndName used: Function needs review to determine how to handle it */ | |
4109 | |
4110 /* Error if BuildTrusteeWithObjectsAndSid used: Function needs review to determine how to handle it */ | |
4111 | |
4112 /* Error if BuildTrusteeWithSid used: Function needs review to determine how to handle it */ | |
4113 | |
4114 /* Error if GetAuditedPermissionsFromAcl used: Function needs review to determine how to handle it */ | |
4115 | |
4116 /* Error if GetEffectiveRightsFromAcl used: Function needs review to determine how to handle it */ | |
4117 | |
4118 /* Error if GetExplicitEntriesFromAcl used: Function needs review to determine how to handle it */ | |
4119 | |
3980 DWORD | 4120 DWORD |
3981 qxeGetNamedSecurityInfo (Extbyte * arg1, SE_OBJECT_TYPE arg2, SECURITY_INFORMATION arg3, PSID* arg4, PSID* arg5, PACL* arg6, PACL* arg7, PSECURITY_DESCRIPTOR* arg8) | 4121 qxeGetNamedSecurityInfo (Extbyte * arg1, SE_OBJECT_TYPE arg2, SECURITY_INFORMATION arg3, PSID* arg4, PSID* arg5, PACL* arg6, PACL* arg7, PSECURITY_DESCRIPTOR* arg8) |
3982 { | 4122 { |
3983 if (XEUNICODE_P) | 4123 if (XEUNICODE_P) |
3984 return GetNamedSecurityInfoW ((LPWSTR) arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); | 4124 return GetNamedSecurityInfoW ((LPWSTR) arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); |
3985 else | 4125 else |
3986 return GetNamedSecurityInfoA ((LPSTR) arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); | 4126 return GetNamedSecurityInfoA ((LPSTR) arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); |
3987 } | 4127 } |
4128 | |
4129 /* Error if GetTrusteeForm used: Function needs review to determine how to handle it */ | |
4130 | |
4131 /* Error if GetTrusteeName used: Function needs review to determine how to handle it */ | |
4132 | |
4133 /* Error if GetTrusteeType used: Function needs review to determine how to handle it */ | |
4134 | |
4135 /* Error if LookupSecurityDescriptorParts used: Function needs review to determine how to handle it */ | |
4136 | |
4137 /* Error if SetEntriesInAcl used: Function needs review to determine how to handle it */ | |
4138 | |
4139 /* Error if SetNamedSecurityInfo used: Function needs review to determine how to handle it */ | |
4140 | |
4141 /* Error if BuildImpersonateExplicitAccessWithName used: Function needs review to determine how to handle it */ | |
4142 | |
4143 /* Error if BuildImpersonateTrustee used: Function needs review to determine how to handle it */ | |
4144 | |
4145 /* Error if GetMultipleTrustee used: Function needs review to determine how to handle it */ | |
4146 | |
4147 /* Error if GetMultipleTrusteeOperation used: Function needs review to determine how to handle it */ | |
3988 | 4148 |
3989 | 4149 |
3990 /*----------------------------------------------------------------------*/ | 4150 /*----------------------------------------------------------------------*/ |
3991 /* Processing file MMSYSTEM.H */ | 4151 /* Processing file MMSYSTEM.H */ |
3992 /*----------------------------------------------------------------------*/ | 4152 /*----------------------------------------------------------------------*/ |