Stub for WSCUnInstallNameSpace.
This commit is contained in:
parent
ac825d02f4
commit
190db273de
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue