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

atliface.idl
Go to the documentation of this file.
00001 /*
00002  * Copyright 2005 Jacek Caban
00003  *
00004  * This library is free software; you can redistribute it and/or
00005  * modify it under the terms of the GNU Lesser General Public
00006  * License as published by the Free Software Foundation; either
00007  * version 2.1 of the License, or (at your option) any later version.
00008  *
00009  * This library is distributed in the hope that it will be useful,
00010  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00011  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00012  * Lesser General Public License for more details.
00013  *
00014  * You should have received a copy of the GNU Lesser General Public
00015  * License along with this library; if not, write to the Free Software
00016  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
00017  */
00018 
00019 import "ocidl.idl";
00020 
00021 cpp_quote("#ifdef ATL_INITGUID")
00022 cpp_quote("#include <initguid.h>")
00023 cpp_quote("#endif")
00024 
00025 [
00026     object,
00027     oleautomation,
00028     uuid(44EC053B-400F-11D0-9DCD-00A0C90391D3)
00029 ]
00030 interface IRegistrar : IUnknown
00031 {
00032     HRESULT AddReplacement(
00033         [in] LPCOLESTR Key,
00034         [in] LPCOLESTR item);
00035 
00036     HRESULT ClearReplacements();
00037 
00038     HRESULT ResourceRegisterSz(
00039         [in] LPCOLESTR resFileName,
00040         [in] LPCOLESTR szID,
00041         [in] LPCOLESTR szType);
00042 
00043     HRESULT ResourceUnregisterSz(
00044         [in] LPCOLESTR resFileName,
00045         [in] LPCOLESTR szID,
00046         [in] LPCOLESTR szType);
00047 
00048     HRESULT FileRegister(
00049         [in] LPCOLESTR fileName);
00050 
00051     HRESULT FileUnregister(
00052         [in] LPCOLESTR fileName);
00053 
00054     HRESULT StringRegister(
00055         [in] LPCOLESTR data);
00056 
00057     HRESULT StringUnregister(
00058         [in] LPCOLESTR data);
00059 
00060     HRESULT ResourceRegister(
00061         [in] LPCOLESTR resFileName,
00062         [in] UINT nID,
00063         [in] LPCOLESTR szType);
00064 
00065     HRESULT ResourceUnregister(
00066         [in] LPCOLESTR resFileName,
00067         [in] UINT nID,
00068         [in] LPCOLESTR szType);
00069 }
00070 
00071 cpp_quote("DEFINE_GUID(CLSID_Registrar,0x44ec053a,0x400f,0x11d0,0x9d,0xcd,0x00,0xa0,0xc9,0x03,0x91,0xd3);")
00072 
00073 cpp_quote("HRESULT WINAPI AtlAxCreateControl(LPCOLESTR,HWND,IStream*,IUnknown**);")
00074 cpp_quote("HRESULT WINAPI AtlAxCreateControlEx(LPCOLESTR,HWND,IStream*,IUnknown**,IUnknown**,REFIID,IUnknown*);")
00075 cpp_quote("BOOL WINAPI AtlAxWinInit(void);")
00076 
00077 cpp_quote("HWND WINAPI AtlAxCreateDialogW(HINSTANCE,LPCWSTR,HWND,DLGPROC,LPARAM);")
00078 cpp_quote("HWND WINAPI AtlAxCreateDialogA(HINSTANCE,LPCSTR,HWND,DLGPROC,LPARAM);")
00079 cpp_quote("#define     AtlAxCreateDialog WINELIB_NAME_AW(AtlAxCreateDialog)")

Generated on Sun May 27 2012 04:22:47 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.