Home
last modified time | relevance | path

Searched refs:LPWSTR_ (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/winapi/
Denvironment.hpp50 BOOST_WINAPI_IMPORT boost::winapi::LPWSTR_ BOOST_WINAPI_WINAPI_CC GetEnvironmentStringsW();
51 …IMPORT boost::winapi::BOOL_ BOOST_WINAPI_WINAPI_CC FreeEnvironmentStringsW(boost::winapi::LPWSTR_);
55 boost::winapi::LPWSTR_ lpBuffer,
115 BOOST_FORCEINLINE BOOL_ free_environment_strings(LPWSTR_ p) in free_environment_strings()
120 BOOST_FORCEINLINE DWORD_ get_environment_variable(LPCWSTR_ name, LPWSTR_ buffer, DWORD_ size) in get_environment_variable()
Dprocess.hpp84 boost::winapi::LPWSTR_ lpCurrentDirectory,
90 boost::winapi::LPWSTR_ lpCommandLine,
339 LPWSTR_ lpReserved;
340 LPWSTR_ lpDesktop;
341 LPWSTR_ lpTitle;
463 LPWSTR_ lpCommandLine, in CreateProcessW()
482 const_cast<LPWSTR_>(lpCurrentDirectory), in CreateProcessW()
492 LPWSTR_ lpCommandLine, in create_process()
511 const_cast<LPWSTR_>(lpCurrentDirectory), in create_process()
Dget_system_directory.hpp32 boost::winapi::LPWSTR_ lpBuffer,
52 BOOST_FORCEINLINE UINT_ get_system_directory(LPWSTR_ lpBuffer, UINT_ uSize) in get_system_directory()
Ddirectory_management.hpp36 GetTempPathW(boost::winapi::DWORD_ length, boost::winapi::LPWSTR_ buffer);
91 BOOST_FORCEINLINE DWORD_ get_temp_path(DWORD_ length, LPWSTR_ buffer) in get_temp_path()
Ddbghelp.hpp66 boost::winapi::LPWSTR_ UnDecoratedName,
156 LPWSTR_ UnDecoratedName, in undecorate_symbol_name()
Derror_handling.hpp42 boost::winapi::LPWSTR_ lpBuffer,
144 LPWSTR_ lpBuffer, in format_message()
Ddll.hpp65 boost::winapi::LPWSTR_ lpFilename,
166 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPWSTR_ lpFilename, DWORD_ nSize) in get_module_file_name()
Dcrypt.hpp55 boost::winapi::LPWSTR_ szProvName,
161 LPWSTR_ szProvName, in crypt_enum_providers()
Dbasic_types.hpp157 typedef ::LPWSTR LPWSTR_; typedef
240 typedef WCHAR_ *LPWSTR_;
Dcharacter_code_conversion.hpp27 boost::winapi::LPWSTR_ lpWideCharStr,
Dpipes.hpp110 boost::winapi::LPWSTR_ ClientComputerName,
308 BOOST_FORCEINLINE BOOL_ get_named_pipe_client_computer_name(HANDLE_ Pipe, LPWSTR_ ClientComputerNam… in get_named_pipe_client_computer_name()
/third_party/boost/boost/system/detail/
Dsystem_category_win32.hpp120 (LPWSTR_) &lpMsgBuf, in system_category_message_win32()
178 (LPWSTR_) &lpMsgBuf, in system_category_message_win32()
/third_party/boost/boost/process/detail/windows/
Dhandle_workaround.hpp87 ::boost::winapi::LPWSTR_ Buffer;