Home
last modified time | relevance | path

Searched refs:LPCWSTR_ (Results 1 – 22 of 22) sorted by relevance

/third_party/boost/boost/winapi/
Denvironment.hpp54 boost::winapi::LPCWSTR_ lpName,
60 boost::winapi::LPCWSTR_ lpName,
61 boost::winapi::LPCWSTR_ lpValue
120 BOOST_FORCEINLINE DWORD_ get_environment_variable(LPCWSTR_ name, LPWSTR_ buffer, DWORD_ size) in get_environment_variable()
125 BOOST_FORCEINLINE BOOL_ set_environment_variable(LPCWSTR_ name, LPCWSTR_ value) in set_environment_variable()
Ddirectory_management.hpp33 CreateDirectoryW(boost::winapi::LPCWSTR_, ::_SECURITY_ATTRIBUTES*);
39 RemoveDirectoryW(boost::winapi::LPCWSTR_);
64 BOOST_FORCEINLINE BOOL_ CreateDirectoryW(LPCWSTR_ pPathName, PSECURITY_ATTRIBUTES_ pSecurityAttribu… in CreateDirectoryW()
86 BOOST_FORCEINLINE BOOL_ create_directory(LPCWSTR_ pPathName, PSECURITY_ATTRIBUTES_ pSecurityAttribu… in create_directory()
96 BOOST_FORCEINLINE BOOL_ remove_directory(LPCWSTR_ pPathName) in remove_directory()
Dmutex.hpp33 boost::winapi::LPCWSTR_ lpName);
60 boost::winapi::LPCWSTR_ lpName,
69 boost::winapi::LPCWSTR_ lpName);
132 …HANDLE_ CreateMutexW(SECURITY_ATTRIBUTES_* lpMutexAttributes, BOOL_ bInitialOwner, LPCWSTR_ lpName) in CreateMutexW()
145 LPCWSTR_ lpName, in CreateMutexExW()
165 …LINE HANDLE_ create_mutex(SECURITY_ATTRIBUTES_* lpAttributes, BOOL_ bInitialOwner, LPCWSTR_ lpName) in create_mutex()
170 BOOST_FORCEINLINE HANDLE_ open_mutex(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCWSTR_ lpName) in open_mutex()
Dsemaphore.hpp50 boost::winapi::LPCWSTR_ lpName);
58 boost::winapi::LPCWSTR_ lpName,
85 boost::winapi::LPCWSTR_ lpName);
133 …RITY_ATTRIBUTES_* lpSemaphoreAttributes, LONG_ lInitialCount, LONG_ lMaximumCount, LPCWSTR_ lpName) in CreateSemaphoreW()
139 …UTES_* lpSemaphoreAttributes, LONG_ lInitialCount, LONG_ lMaximumCount, LPCWSTR_ lpName, DWORD_ dw… in CreateSemaphoreExW()
152 …RITY_ATTRIBUTES_* lpSemaphoreAttributes, LONG_ lInitialCount, LONG_ lMaximumCount, LPCWSTR_ lpName) in create_semaphore()
177 BOOST_FORCEINLINE HANDLE_ open_semaphore(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCWSTR_ lpN… in open_semaphore()
Ddll.hpp50 LoadLibraryW(boost::winapi::LPCWSTR_ lpFileName);
54 boost::winapi::LPCWSTR_ lpFileName,
60 GetModuleHandleW(boost::winapi::LPCWSTR_ lpFileName);
151 BOOST_FORCEINLINE HMODULE_ load_library(LPCWSTR_ lpFileName) in load_library()
156 BOOST_FORCEINLINE HMODULE_ load_library_ex(LPCWSTR_ lpFileName, HANDLE_ hFile, DWORD_ dwFlags) in load_library_ex()
161 BOOST_FORCEINLINE HMODULE_ get_module_handle(LPCWSTR_ lpFileName) in get_module_handle()
Devent.hpp35 boost::winapi::LPCWSTR_ lpName);
62 boost::winapi::LPCWSTR_ lpName,
71 boost::winapi::LPCWSTR_ lpName);
144 …(SECURITY_ATTRIBUTES_* lpEventAttributes, BOOL_ bManualReset, BOOL_ bInitialState, LPCWSTR_ lpName) in CreateEventW()
155 BOOST_FORCEINLINE HANDLE_ CreateEventExW(SECURITY_ATTRIBUTES_* lpEventAttributes, LPCWSTR_ lpName, … in CreateEventExW()
173 …(SECURITY_ATTRIBUTES_* lpEventAttributes, BOOL_ bManualReset, BOOL_ bInitialState, LPCWSTR_ lpName) in create_event()
178 BOOST_FORCEINLINE HANDLE_ open_event(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCWSTR_ lpName) in open_event()
Dfile_management.hpp74 boost::winapi::LPCWSTR_ lpFileName,
84 FindFirstFileW(boost::winapi::LPCWSTR_ lpFileName, ::_WIN32_FIND_DATAW* lpFindFileData);
149 DeleteFileW(boost::winapi::LPCWSTR_ lpFileName);
156 boost::winapi::LPCWSTR_ lpExistingFileName,
157 boost::winapi::LPCWSTR_ lpNewFileName,
187 GetFileAttributesW(boost::winapi::LPCWSTR_ lpFileName);
390 LPCWSTR_ lpFileName, in CreateFileW()
409 LPCWSTR_ lpFileName, in create_file()
458 BOOST_FORCEINLINE HANDLE_ FindFirstFileW(LPCWSTR_ lpFileName, WIN32_FIND_DATAW_* lpFindFileData) in FindFirstFileW()
463 BOOST_FORCEINLINE HANDLE_ find_first_file(LPCWSTR_ lpFileName, WIN32_FIND_DATAW_* lpFindFileData) in find_first_file()
[all …]
Djobs.hpp36 boost::winapi::LPCWSTR_ lpName);
72 boost::winapi::LPCWSTR_ lpName);
120 BOOST_FORCEINLINE HANDLE_ CreateJobObjectW(LPSECURITY_ATTRIBUTES_ lpJobAttributes, LPCWSTR_ lpName) in CreateJobObjectW()
125 BOOST_FORCEINLINE HANDLE_ create_job_object(LPSECURITY_ATTRIBUTES_ lpJobAttributes, LPCWSTR_ lpName) in create_job_object()
130 BOOST_FORCEINLINE HANDLE_ open_job_object(DWORD_ dwDesiredAccess, BOOL_ bInheritHandles, LPCWSTR_ l… in open_job_object()
Dwaitable_timer.hpp47 boost::winapi::LPCWSTR_ lpTimerName);
53 boost::winapi::LPCWSTR_ lpTimerName);
106 …teWaitableTimerW(PSECURITY_ATTRIBUTES_ lpTimerAttributes, BOOL_ bManualReset, LPCWSTR_ lpTimerName) in CreateWaitableTimerW()
129 …e_waitable_timer(PSECURITY_ATTRIBUTES_ lpTimerAttributes, BOOL_ bManualReset, LPCWSTR_ lpTimerName) in create_waitable_timer()
Dfile_mapping.hpp62 boost::winapi::LPCWSTR_ lpName);
85 boost::winapi::LPCWSTR_ lpName);
214 LPCWSTR_ lpName) in CreateFileMappingW()
231 LPCWSTR_ lpName) in create_file_mapping()
246 BOOST_FORCEINLINE HANDLE_ open_file_mapping(DWORD_ dwDesiredAccess, BOOL_ bInheritHandle, LPCWSTR_ in open_file_mapping()
Dprocess.hpp77 boost::winapi::LPCWSTR_ lpApplicationName,
78 boost::winapi::LPCWSTR_ lpCommandLine,
89 boost::winapi::LPCWSTR_ lpApplicationName,
96 boost::winapi::LPCWSTR_ lpCurrentDirectory,
462 LPCWSTR_ lpApplicationName, in CreateProcessW()
469 LPCWSTR_ lpCurrentDirectory, in CreateProcessW()
491 LPCWSTR_ lpApplicationName, in create_process()
498 LPCWSTR_ lpCurrentDirectory, in create_process()
Dcrypt.hpp61 boost::winapi::LPCWSTR_ szContainer,
62 boost::winapi::LPCWSTR_ szProvider,
169 LPCWSTR_ szContainer, in crypt_acquire_context()
170 LPCWSTR_ szProvider, in crypt_acquire_context()
Dbcrypt.hpp58 boost::winapi::LPCWSTR_ pszAlgId,
59 boost::winapi::LPCWSTR_ pszImplementation,
Dpipes.hpp87 boost::winapi::LPCWSTR_ lpName,
97 boost::winapi::LPCWSTR_ lpNamedPipeName,
246 LPCWSTR_ lpName, in CreateNamedPipeW()
267 LPCWSTR_ lpName, in create_named_pipe()
294 BOOST_FORCEINLINE BOOL_ wait_named_pipe(LPCWSTR_ lpNamedPipeName, DWORD_ nTimeOut) in wait_named_pipe()
Dshell.hpp45 boost::winapi::LPCWSTR_ pszPath,
139 BOOST_FORCEINLINE DWORD_PTR_ SHGetFileInfoW(LPCWSTR_ pszPath, DWORD_ dwFileAttributes, SHFILEINFOW_… in SHGetFileInfoW()
144 BOOST_FORCEINLINE DWORD_PTR_ sh_get_file_info(LPCWSTR_ pszPath, DWORD_ dwFileAttributes, SHFILEINFO… in sh_get_file_info()
Ddbghelp.hpp65 boost::winapi::LPCWSTR_ DecoratedName,
155 LPCWSTR_ DecoratedName, in undecorate_symbol_name()
Dbasic_types.hpp158 typedef ::LPCWSTR LPCWSTR_; typedef
241 typedef const WCHAR_ *LPCWSTR_;
Ddebugapi.hpp31 OutputDebugStringW(boost::winapi::LPCWSTR_);
Dget_proc_address.hpp44 GetProcAddressW(boost::winapi::HMODULE_ hModule, boost::winapi::LPCWSTR_ lpProcName);
Dcharacter_code_conversion.hpp34 boost::winapi::LPCWSTR_ lpWideCharStr,
/third_party/boost/libs/uuid/test/
Dmock_random.cpp62 boost::winapi::LPCWSTR_ szContainer, in CryptAcquireContextW()
63 boost::winapi::LPCWSTR_ szProvider, in CryptAcquireContextW()
Dmock_random.hpp94 boost::winapi::LPCWSTR_ pszAlgId, in BCryptOpenAlgorithmProvider()
95 boost::winapi::LPCWSTR_ pszImplementation, in BCryptOpenAlgorithmProvider()