Stub for WSCUnInstallNameSpace.

This commit is contained in:
Hans Leidekker 2004-06-02 21:33:17 +00:00 committed by Alexandre Julliard
parent ac825d02f4
commit 190db273de
2 changed files with 8 additions and 1 deletions

View File

@ -3496,3 +3496,10 @@ INT WINAPI WSALookupServiceBeginW( LPWSAQUERYSETW lpqsRestrictions,
WSASetLastError(WSA_NOT_ENOUGH_MEMORY);
return SOCKET_ERROR;
}
INT WINAPI WSCUnInstallNameSpace( LPGUID lpProviderId )
{
FIXME("(%p) Stub!\n", lpProviderId);
return NO_ERROR;
}

View File

@ -90,7 +90,7 @@
86 stub WSCGetProviderPath
87 stub WSCInstallNameSpace
88 stdcall WSCInstallProvider(ptr wstr ptr long ptr)
89 stub WSCUnInstallNameSpace
89 stdcall WSCUnInstallNameSpace(ptr)
90 stub WSCWriteNameSpaceOrder
91 stub WSCWriteProviderOrder