Home
last modified time | relevance | path

Searched refs:UINT_ (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/winapi/
Dcharacter_code_conversion.hpp23 boost::winapi::UINT_ CodePage,
32 boost::winapi::UINT_ CodePage,
49 BOOST_CONSTEXPR_OR_CONST UINT_ CP_ACP_ = CP_ACP;
50 BOOST_CONSTEXPR_OR_CONST UINT_ CP_OEMCP_ = CP_OEMCP;
51 BOOST_CONSTEXPR_OR_CONST UINT_ CP_MACCP_ = CP_MACCP;
52 BOOST_CONSTEXPR_OR_CONST UINT_ CP_THREAD_ACP_ = CP_THREAD_ACP;
53 BOOST_CONSTEXPR_OR_CONST UINT_ CP_SYMBOL_ = CP_SYMBOL;
54 BOOST_CONSTEXPR_OR_CONST UINT_ CP_UTF7_ = CP_UTF7;
55 BOOST_CONSTEXPR_OR_CONST UINT_ CP_UTF8_ = CP_UTF8;
72 BOOST_CONSTEXPR_OR_CONST UINT_ CP_ACP_ = 0u;
[all …]
Dget_system_directory.hpp24 BOOST_WINAPI_IMPORT boost::winapi::UINT_ BOOST_WINAPI_WINAPI_CC
27 boost::winapi::UINT_ uSize);
30 BOOST_WINAPI_IMPORT boost::winapi::UINT_ BOOST_WINAPI_WINAPI_CC
33 boost::winapi::UINT_ uSize);
46 BOOST_FORCEINLINE UINT_ get_system_directory(LPSTR_ lpBuffer, UINT_ uSize) in get_system_directory()
52 BOOST_FORCEINLINE UINT_ get_system_directory(LPWSTR_ lpBuffer, UINT_ uSize) in get_system_directory()
Dshell.hpp40 boost::winapi::UINT_ cbFileInfons,
41 boost::winapi::UINT_ uFlags);
48 boost::winapi::UINT_ cbFileInfons,
49 boost::winapi::UINT_ uFlags);
127 …STR_ pszPath, DWORD_ dwFileAttributes, SHFILEINFOA_* psfinsigned, UINT_ cbFileInfons, UINT_ uFlags) in SHGetFileInfoA()
132 …STR_ pszPath, DWORD_ dwFileAttributes, SHFILEINFOA_* psfinsigned, UINT_ cbFileInfons, UINT_ uFlags) in sh_get_file_info()
139 …STR_ pszPath, DWORD_ dwFileAttributes, SHFILEINFOW_* psfinsigned, UINT_ cbFileInfons, UINT_ uFlags) in SHGetFileInfoW()
144 …STR_ pszPath, DWORD_ dwFileAttributes, SHFILEINFOW_* psfinsigned, UINT_ cbFileInfons, UINT_ uFlags) in sh_get_file_info()
Dlocal_memory.hpp32 boost::winapi::UINT_ uFlags,
33 boost::winapi::UINT_ uBytes);
38 boost::winapi::UINT_ uBytes,
39 boost::winapi::UINT_ uFlags);
43 boost::winapi::UINT_ uFlags,
50 boost::winapi::UINT_ uFlags);
Dbasic_types.hpp128 typedef ::UINT UINT_; typedef
192 typedef unsigned int UINT_;
193 typedef UINT_* PUINT_;
Derror_handling.hpp47 BOOST_WINAPI_IMPORT boost::winapi::UINT_ BOOST_WINAPI_WINAPI_CC
48 SetErrorMode(boost::winapi::UINT_ uMode);
Dprocess.hpp54 ExitProcess(boost::winapi::UINT_ uExitCode);
118 boost::winapi::UINT_ uExitCode);
399 boost::winapi::UINT_ uExitCode) in exit_process()
Djobs.hpp51 boost::winapi::UINT_ uExitCode);
/third_party/boost/boost/system/detail/
Dsystem_category_win32.hpp58 inline boost::winapi::UINT_ message_cp_win32() in message_cp_win32()
84 boost::winapi::UINT_ const code_page = message_cp_win32(); in system_category_message_win32()
191 UINT_ const code_page = message_cp_win32(); in system_category_message_win32()