ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

stubs.c
Go to the documentation of this file.
00001 /*
00002  * OlePro32 Stubs
00003  *
00004  * Copyright 1999 Corel Corporation
00005  *
00006  * Sean Langley
00007  *
00008  * This library is free software; you can redistribute it and/or
00009  * modify it under the terms of the GNU Lesser General Public
00010  * License as published by the Free Software Foundation; either
00011  * version 2.1 of the License, or (at your option) any later version.
00012  *
00013  * This library is distributed in the hope that it will be useful,
00014  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00015  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00016  * Lesser General Public License for more details.
00017  *
00018  * You should have received a copy of the GNU Lesser General Public
00019  * License along with this library; if not, write to the Free Software
00020  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
00021  */
00022 
00023 #include <stdarg.h>
00024 
00025 #include "windef.h"
00026 #include "winbase.h"
00027 #include "wingdi.h"
00028 #include "winuser.h"
00029 #include "wine/debug.h"
00030 #include "ole2.h"
00031 #include "olectl.h"
00032 
00033 WINE_DEFAULT_DEBUG_CHANNEL(ole);
00034 
00035 /***********************************************************************
00036  * OleCreatePropertyFrameIndirect (OLEAUT32.416)
00037  */
00038 HRESULT WINAPI OleCreatePropertyFrameIndirect( LPOCPFIPARAMS lpParams)
00039 {
00040     FIXME("(%p), not implemented (olepro32.dll)\n",lpParams);
00041     return S_OK;
00042 }
00043 
00044 /***********************************************************************
00045  * OleCreatePropertyFrame (OLEAUT32.417)
00046  */
00047 HRESULT WINAPI OleCreatePropertyFrame(
00048     HWND hwndOwner, UINT x, UINT y, LPCOLESTR lpszCaption,ULONG cObjects,
00049     LPUNKNOWN* ppUnk, ULONG cPages, LPCLSID pPageClsID, LCID lcid,
00050     DWORD dwReserved, LPVOID pvReserved )
00051 {
00052     FIXME("(%p,%d,%d,%s,%d,%p,%d,%p,%x,%d,%p), not implemented (olepro32.dll)\n",
00053         hwndOwner,x,y,debugstr_w(lpszCaption),cObjects,ppUnk,cPages,
00054         pPageClsID, (int)lcid,dwReserved,pvReserved);
00055     return S_OK;
00056 }

Generated on Sun May 27 2012 04:21:45 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.