Added DllRegisterServer/DllUnregisterServer calls.

This commit is contained in:
Mike McCormack 2004-08-27 19:12:27 +00:00 committed by Alexandre Julliard
parent 2b5322c7e9
commit 62bffe46e2
2 changed files with 14 additions and 2 deletions

View File

@ -49,3 +49,15 @@ HRESULT WINAPI AccessibleObjectFromWindow( HWND hwnd, DWORD dwObjectID,
debugstr_guid( riid ), ppvObject );
return E_NOTIMPL;
}
HRESULT WINAPI OLEACC_DllRegisterServer()
{
FIXME("\n");
return S_OK;
}
HRESULT WINAPI OLEACC_DllUnregisterServer()
{
FIXME("\n");
return S_OK;
}

View File

@ -5,8 +5,8 @@
@ stdcall CreateStdAccessibleObject(ptr long ptr ptr)
@ stub CreateStdAccessibleProxyA
@ stub CreateStdAccessibleProxyW
@ stub DllRegisterServer
@ stub DllUnregisterServer
@ stdcall -private DllRegisterServer() OLEACC_DllRegisterServer
@ stdcall -private DllUnregisterServer() OLEACC_DllUnregisterServer
@ stub GetOleaccVersionInfo
@ stub GetRoleTextA
@ stub GetRoleTextW