Searched refs:lpReserved (Results 1 - 8 of 8) sorted by relevance
/third_party/lzma/C/Util/LzmaLib/ |
H A D | LzmaLibExports.c | 8 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved);
9 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
in DllMain() argument 13 UNUSED_VAR(lpReserved)
in DllMain()
|
/third_party/python/PC/ |
H A D | dl_nt.c | 22 LPVOID lpReserved) in DllMain() 20 DllMain(HANDLE hInst, ULONG ul_reason_for_call, LPVOID lpReserved) DllMain() argument
|
H A D | frozen_dllmain.c | 43 BOOL WINAPI DLLMAIN(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) 88 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) in DllMain() argument
|
/third_party/vulkan-loader/tests/framework/shim/ |
H A D | windows_shim.cpp | 270 using PFN_RegQueryValueExA = LSTATUS(__stdcall *)(HKEY hKey, LPCSTR lpValueName, LPDWORD lpReserved, LPDWORD lpType, LPBYTE lpData, 274 LPDWORD lpReserved, LPDWORD lpType, LPBYTE lpData, LPDWORD lpcbData); 317 [[maybe_unused]] LPDWORD lpReserved, [[maybe_unused]] LPDWORD lpType, LPBYTE lpData, in ShimRegEnumValueA() 316 ShimRegEnumValueA(HKEY hKey, DWORD dwIndex, LPSTR lpValueName, LPDWORD lpcchValueName, [[maybe_unused]] LPDWORD lpReserved, [[maybe_unused]] LPDWORD lpType, LPBYTE lpData, LPDWORD lpcbData) ShimRegEnumValueA() argument
|
/third_party/lame/Dll/ |
H A D | BladeMP3EncDLL.c | 912 LPVOID lpReserved) in DllMain() 914 (void) lpReserved; in DllMain() 910 DllMain(HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved) DllMain() argument
|
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
H A D | SfxSetup.cpp | 334 startupInfo.lpReserved = NULL;
in WinMain()
|
/third_party/libuv/src/win/ |
H A D | process.c | 1029 startup.lpReserved = NULL; in uv_spawn()
|
/third_party/node/deps/uv/src/win/ |
H A D | process.c | 1057 startup.lpReserved = NULL; in uv_spawn()
|
Completed in 7 milliseconds