Commit 7ee3f2d2 authored by Ričardas Barkauskas's avatar Ričardas Barkauskas Committed by Alexandre Julliard

wlanapi: Stub WlanOpenHandle.

parent 21fddfe2
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment