4 * Copyright 1999 Corel Corporation
13 #include "debugtools.h"
17 DEFAULT_DEBUG_CHANNEL(ole);
19 /***********************************************************************
20 * OleIconToCursor (OLEAUT32.415)
22 HCURSOR WINAPI OleIconToCursor( HINSTANCE hinstExe, HICON hicon)
24 FIXME("(%x,%x), not implemented (olepro32.dll)\n",hinstExe,hicon);
28 /***********************************************************************
29 * OleCreatePropertyFrameIndirect (OLEAUT32.416)
31 HRESULT WINAPI OleCreatePropertyFrameIndirect( LPOCPFIPARAMS lpParams)
33 FIXME("(%p), not implemented (olepro32.dll)\n",lpParams);
37 /***********************************************************************
38 * OleCreatePropertyFrame (OLEAUT32.417)
40 HRESULT WINAPI OleCreatePropertyFrame(
41 HWND hwndOwner, UINT x, UINT y, LPCOLESTR lpszCaption,ULONG cObjects,
42 LPUNKNOWN* ppUnk, ULONG cPages, LPCLSID pPageClsID, LCID lcid,
43 DWORD dwReserved, LPVOID pvReserved )
45 FIXME("(%x,%d,%d,%s,%ld,%p,%ld,%p,%x,%ld,%p), not implemented (olepro32.dll)\n",
46 hwndOwner,x,y,debugstr_w(lpszCaption),cObjects,ppUnk,cPages,
47 pPageClsID, (int)lcid,dwReserved,pvReserved);