mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
wlanapi: Stub WlanOpenHandle.
This commit is contained in:
parent
21fddfe235
commit
7ee3f2d205
@ -26,6 +26,13 @@
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(wlanapi);
|
||||
|
||||
DWORD WINAPI WlanOpenHandle(DWORD clientVersion, PVOID reserved,
|
||||
PDWORD negotiatedVersion, PHANDLE clientHandle)
|
||||
{
|
||||
FIXME("(%d, %p, %p, %p) stub\n",clientVersion, reserved, negotiatedVersion, clientHandle);
|
||||
return ERROR_CALL_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
|
||||
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||
{
|
||||
|
@ -15,7 +15,7 @@
|
||||
@ stub WlanGetProfileList
|
||||
@ stub WlanGetSecuritySettings
|
||||
@ stub WlanIhvControl
|
||||
@ stub WlanOpenHandle
|
||||
@ stdcall WlanOpenHandle(long ptr ptr ptr)
|
||||
@ stub WlanQueryAutoConfigParameter
|
||||
@ stub WlanQueryInterface
|
||||
@ stub WlanReasonCodeToString
|
||||
|
Loading…
Reference in New Issue
Block a user