Searched refs:LPSTR_ (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/boost/winapi/ |
D | environment.hpp | 35 BOOST_WINAPI_IMPORT boost::winapi::LPSTR_ BOOST_WINAPI_WINAPI_CC GetEnvironmentStrings(); 36 …_IMPORT boost::winapi::BOOL_ BOOST_WINAPI_WINAPI_CC FreeEnvironmentStringsA(boost::winapi::LPSTR_); 40 boost::winapi::LPSTR_ lpBuffer, 92 BOOST_FORCEINLINE BOOL_ free_environment_strings(LPSTR_ p) in free_environment_strings() 97 BOOST_FORCEINLINE DWORD_ get_environment_variable(LPCSTR_ name, LPSTR_ buffer, DWORD_ size) in get_environment_variable()
|
D | get_system_directory.hpp | 26 boost::winapi::LPSTR_ lpBuffer, 46 BOOST_FORCEINLINE UINT_ get_system_directory(LPSTR_ lpBuffer, UINT_ uSize) in get_system_directory()
|
D | process.hpp | 64 boost::winapi::LPSTR_ lpCommandLine, 317 LPSTR_ lpReserved; 318 LPSTR_ lpDesktop; 319 LPSTR_ lpTitle; 412 LPSTR_ lpCommandLine, in CreateProcessA() 437 LPSTR_ lpCommandLine, in create_process()
|
D | directory_management.hpp | 27 GetTempPathA(boost::winapi::DWORD_ length, boost::winapi::LPSTR_ buffer); 75 BOOST_FORCEINLINE DWORD_ get_temp_path(DWORD_ length, LPSTR_ buffer) in get_temp_path()
|
D | dbghelp.hpp | 58 boost::winapi::LPSTR_ UnDecoratedName, 141 LPSTR_ UnDecoratedName, in undecorate_symbol_name()
|
D | error_handling.hpp | 31 boost::winapi::LPSTR_ lpBuffer, 131 LPSTR_ lpBuffer, in format_message()
|
D | dll.hpp | 44 boost::winapi::LPSTR_ lpFilename, 145 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPSTR_ lpFilename, DWORD_ nSize) in get_module_file_name()
|
D | basic_types.hpp | 154 typedef ::LPSTR LPSTR_; typedef 236 typedef CHAR_ *LPSTR_;
|
D | crypt.hpp | 37 boost::winapi::LPSTR_ szProvName, 139 LPSTR_ szProvName, in crypt_enum_providers()
|
D | character_code_conversion.hpp | 36 boost::winapi::LPSTR_ lpMultiByteStr,
|
D | pipes.hpp | 104 boost::winapi::LPSTR_ ClientComputerName, 302 BOOST_FORCEINLINE BOOL_ get_named_pipe_client_computer_name(HANDLE_ Pipe, LPSTR_ ClientComputerName… in get_named_pipe_client_computer_name()
|