wlanapi: Stub WlanOpenHandle.
This commit is contained in:
parent
21fddfe235
commit
7ee3f2d205
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue