wlanapi: Stub WlanOpenHandle.

This commit is contained in:
Ričardas Barkauskas 2010-10-22 16:24:33 +03:00 committed by Alexandre Julliard
parent 21fddfe235
commit 7ee3f2d205
2 changed files with 8 additions and 1 deletions

View file

@ -26,6 +26,13 @@
WINE_DEFAULT_DEBUG_CHANNEL(wlanapi); 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) BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{ {

View file

@ -15,7 +15,7 @@
@ stub WlanGetProfileList @ stub WlanGetProfileList
@ stub WlanGetSecuritySettings @ stub WlanGetSecuritySettings
@ stub WlanIhvControl @ stub WlanIhvControl
@ stub WlanOpenHandle @ stdcall WlanOpenHandle(long ptr ptr ptr)
@ stub WlanQueryAutoConfigParameter @ stub WlanQueryAutoConfigParameter
@ stub WlanQueryInterface @ stub WlanQueryInterface
@ stub WlanReasonCodeToString @ stub WlanReasonCodeToString