Added support for DOS EMS memory.
[wine/wine64.git] / dlls / olepro32 / olepro32stubs.c
blob6b7018dbb4e4cfa870d884d2dedfb8ad41f6b187
1 /*
2 * OlePro32 Stubs
4 * Copyright 1999 Corel Corporation
6 * Sean Langley
7 */
9 #include "debugtools.h"
10 #include "winbase.h"
11 #include "ole2.h"
12 #include "windef.h"
14 DEFAULT_DEBUG_CHANNEL(ole);
16 /***********************************************************************
17 * DllUnregisterServer (OLEPRO32.258)
19 HRESULT WINAPI OLEPRO32_DllUnregisterServer()
21 FIXME("not implemented (olepro32.dll) \n");
22 return S_OK;
25 /***********************************************************************
26 * DllRegisterServer (OLEPRO32.257)
28 HRESULT WINAPI OLEPRO32_DllRegisterServer()
30 FIXME("not implemented (olepro32.dll) \n");
31 return S_OK;
34 /***********************************************************************
35 * DllCanUnloadNow (OLEPRO32.255)
37 HRESULT WINAPI OLEPRO32_DllCanUnloadNow( )
39 FIXME("not implemented (olepro32.dll) \n");
40 return S_OK;
43 /***********************************************************************
44 * DllGetClassObject (OLEPRO32.256)
46 HRESULT WINAPI OLEPRO32_DllGetClassObject( REFCLSID rclsid, REFIID riid, LPVOID* ppv )
48 FIXME("not implemented (olepro32.dll) \n");
49 return S_OK;