include: Add the Dll(Un)RegisterServer() prototypes to olectl.h.

oldstable
Francois Gouget 2011-12-13 21:10:45 +01:00 committed by Alexandre Julliard
parent 732f5a7239
commit a78067fee3
1 changed files with 4 additions and 0 deletions

View File

@ -183,6 +183,10 @@ typedef VARIANT_BOOL OLE_ENABLEDEFAULTBOOL;
#define LP_VGACOLOR 0x2
#define LP_COLOR 0x4
HRESULT WINAPI DllRegisterServer(void);
HRESULT WINAPI DllUnregisterServer(void);
HCURSOR WINAPI OleIconToCursor( HINSTANCE hinstExe, HICON hicon);
HRESULT WINAPI OleCreatePropertyFrameIndirect( LPOCPFIPARAMS lpParams);