Release 20000326.
[wine/gsoc-2012-control.git] / dlls / olepro32 / olepro32stubs.c
blob7c2c3b3f8e6c90fac8be55a753479ddceb15440f
1 /*
2 * OlePro32 Stubs
4 * Copyright 1999 Corel Corporation
6 * Sean Langley
7 */
9 #include "debugtools.h"
10 #include "ole2.h"
11 #include "windef.h"
13 DEFAULT_DEBUG_CHANNEL(ole);
15 /***********************************************************************
16 * OLEPRO32_DllUnregisterServer
18 HRESULT WINAPI OLEPRO32_DllUnregisterServer()
20 FIXME("not implemented (olepro32.dll) \n");
21 return S_OK;
24 /***********************************************************************
25 * OLEPRO32_DllRegisterServer
27 HRESULT WINAPI OLEPRO32_DllRegisterServer()
29 FIXME("not implemented (olepro32.dll) \n");
30 return S_OK;
33 /***********************************************************************
34 * OLEPRO32_DllCanUnloadNow
36 HRESULT WINAPI OLEPRO32_DllCanUnloadNow( )
38 FIXME("not implemented (olepro32.dll) \n");
39 return S_OK;
42 /***********************************************************************
43 * OLEPRO32_DllGetClassObject
45 HRESULT WINAPI OLEPRO32_DllGetClassObject( REFCLSID rclsid, REFIID riid, LPVOID* ppv )
47 FIXME("not implemented (olepro32.dll) \n");
48 return S_OK;