ReactOS 0.4.16-dev-816-g135a9a9
LoadLibraryExA.cpp File Reference
Include dependency graph for LoadLibraryExA.cpp:

Go to the source code of this file.

Functions

HMODULE __cdecl __acrt_LoadLibraryExA (LPCSTR const lpFilename, HANDLE const hFile, DWORD const dwFlags)
 

Function Documentation

◆ __acrt_LoadLibraryExA()

HMODULE __cdecl __acrt_LoadLibraryExA ( LPCSTR const  lpFilename,
HANDLE const  hFile,
DWORD const  dwFlags 
)

Definition at line 11 of file LoadLibraryExA.cpp.

16{
18
20 lpFilename,
21 wide_file_name,
23 );
24
25 if (cvt1 != 0) {
26 return nullptr;
27 }
28
29 return ::LoadLibraryExW(
30 wide_file_name.data(),
31 hFile,
33 );
34}
errno_t __acrt_mbs_to_wcs_cp(char const *const null_terminated_input_string, __crt_win32_buffer< wchar_t, ResizePolicy > &win32_buffer, unsigned int const code_page)
unsigned int __acrt_get_utf8_acp_compatibility_codepage()
_In_ HANDLE hFile
Definition: mswsock.h:90
errno_t const cvt1
Definition: strftime.cpp:139
int errno_t
Definition: corecrt.h:615
_In_ PCCERT_CONTEXT _In_ DWORD dwFlags
Definition: wincrypt.h:1176