Commit 152ba903 authored by Roy Shea's avatar Roy Shea Committed by Alexandre Julliard

mstask: Implemented DllUnregisterServer.

parent 6e5bfbfe
......@@ -25,3 +25,4 @@
@ stub _SASetNSAccountInformation@12
@ stub _SetNetScheduleAccountInformation@12
@ stdcall -private DllRegisterServer()
@ stdcall -private DllUnregisterServer()
......@@ -155,3 +155,8 @@ HRESULT WINAPI DllRegisterServer(void)
{
return register_mstask(TRUE);
}
HRESULT WINAPI DllUnregisterServer(void)
{
return register_mstask(FALSE);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment