Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenobjsel_private.h
Go to the documentation of this file.
00001 /* 00002 * Object Picker Dialog Includes 00003 * 00004 * Copyright 2005 Thomas Weidenmueller <w3seek@reactos.com> 00005 * 00006 * This library is free software; you can redistribute it and/or 00007 * modify it under the terms of the GNU Lesser General Public 00008 * License as published by the Free Software Foundation; either 00009 * version 2.1 of the License, or (at your option) any later version. 00010 * 00011 * This library is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 * Lesser General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU Lesser General Public 00017 * License along with this library; if not, write to the Free Software 00018 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 00019 */ 00020 00021 #include <string.h> 00022 #include <stdarg.h> 00023 #include <stdio.h> 00024 #include "winerror.h" 00025 #include "windef.h" 00026 #include "winbase.h" 00027 #include "winreg.h" 00028 #include "wingdi.h" 00029 #include "winuser.h" 00030 00031 #define COBJMACROS 00032 00033 #include "ole2.h" 00034 #include "strmif.h" 00035 #include "olectl.h" 00036 #include "unknwn.h" 00037 #include "objsel.h" 00038 #include "wine/unicode.h" 00039 #include "uuids.h" 00040 00041 /********************************************************************** 00042 * Dll lifetime tracking declaration for objsel.dll 00043 */ 00044 00045 extern LONG dll_refs DECLSPEC_HIDDEN; 00046 00047 /********************************************************************** 00048 * ClassFactory declaration for objsel.dll 00049 */ 00050 typedef struct 00051 { 00052 IClassFactory IClassFactory_iface; 00053 LONG ref; 00054 } ClassFactoryImpl; 00055 00056 typedef struct 00057 { 00058 IDsObjectPicker IDsObjectPicker_iface; 00059 LONG ref; 00060 } IDsObjectPickerImpl; 00061 00062 HRESULT WINAPI OBJSEL_IDsObjectPicker_Create(LPVOID *ppvObj) DECLSPEC_HIDDEN; 00063 00064 extern ClassFactoryImpl OBJSEL_ClassFactory DECLSPEC_HIDDEN; Generated on Fri May 25 2012 04:23:39 for ReactOS by
1.7.6.1
|