Removed the cleanup_window_queue request.
[wine] / dlls / olepro32 / olepro32stubs.c
1 /*
2  * OlePro32 Stubs
3  *
4  * Copyright 1999 Corel Corporation
5  *
6  * Sean Langley
7  */
8
9 #include "debugtools.h"
10 #include "winbase.h"
11 #include "ole2.h"
12 #include "windef.h"
13
14 DEFAULT_DEBUG_CHANNEL(ole);
15
16 /***********************************************************************
17  *              DllUnregisterServer (OLEPRO32.258)
18  */
19 HRESULT WINAPI OLEPRO32_DllUnregisterServer()
20 {
21         FIXME("not implemented (olepro32.dll) \n");
22         return S_OK;
23 }
24
25 /***********************************************************************
26  *              DllRegisterServer (OLEPRO32.257)
27  */
28 HRESULT WINAPI OLEPRO32_DllRegisterServer()
29 {
30         FIXME("not implemented (olepro32.dll) \n");
31         return S_OK;
32 }
33
34 /***********************************************************************
35  *              DllCanUnloadNow (OLEPRO32.255)
36  */
37 HRESULT WINAPI OLEPRO32_DllCanUnloadNow( )
38 {
39         FIXME("not implemented (olepro32.dll) \n");
40         return S_OK;
41 }
42
43 /***********************************************************************
44  *              DllGetClassObject (OLEPRO32.256)
45  */
46 HRESULT WINAPI OLEPRO32_DllGetClassObject( REFCLSID rclsid, REFIID riid, LPVOID* ppv )
47 {
48         FIXME("not implemented (olepro32.dll) \n");
49         return S_OK;
50 }