[Bug 41034] TomTom MyDrive Connect needs implementation of KERNEL32.dll.SetVolumeMountPointW and others

wine-bugs at winehq.org wine-bugs at winehq.org
Tue May 1 15:14:28 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=41034

--- Comment #17 from Hanno Meyer-Thurow <h.mth at web.de> ---
Now I see this error:
0035:err:iphlpapi:NotifyAddrChange Could not create interface monitoring
socket.

I wonder what is wrong with this:
    SERVER_START_REQ( create_socket )
    {   
        req->family     = PF_NETLINK;
        req->type       = SOCK_RAW;
        req->protocol   = NETLINK_ROUTE;
        req->access     = GENERIC_READ|SYNCHRONIZE;
        req->attributes = OBJ_INHERIT;
        req->flags      = WSA_FLAG_OVERLAPPED;
        status  = wine_server_call( req );
        *h = wine_server_ptr_handle( reply->handle );
    }
    SERVER_END_REQ;

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list