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

iads.idl
Go to the documentation of this file.
00001 /*
00002  * Copyright 2005 Francois Gouget
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 "oaidl.idl";
00020 
00021 typedef enum
00022 {
00023     ADS_RIGHT_DS_CREATE_CHILD         = 0x00000001,
00024     ADS_RIGHT_DS_DELETE_CHILD         = 0x00000002,
00025     ADS_RIGHT_ACTRL_DS_LIST           = 0x00000004,
00026     ADS_RIGHT_DS_SELF                 = 0x00000008,
00027     ADS_RIGHT_DS_READ_PROP            = 0x00000010,
00028     ADS_RIGHT_DS_WRITE_PROP           = 0x00000020,
00029     ADS_RIGHT_DS_DELETE_TREE          = 0x00000040,
00030     ADS_RIGHT_DS_LIST_OBJECT          = 0x00000080,
00031     ADS_RIGHT_DS_CONTROL_ACCESS       = 0x00000100,
00032 
00033     ADS_RIGHT_DELETE                  = 0x00010000,
00034     ADS_RIGHT_READ_CONTROL            = 0x00020000,
00035     ADS_RIGHT_WRITE_DAC               = 0x00040000,
00036     ADS_RIGHT_WRITE_OWNER             = 0x00080000,
00037     ADS_RIGHT_SYNCHRONIZE             = 0x00100000,
00038     ADS_RIGHT_ACCESS_SYSTEM_SECURITY  = 0x00200000,
00039 
00040     ADS_RIGHT_GENERIC_ALL             = 0x10000000,
00041     ADS_RIGHT_GENERIC_EXECUTE         = 0x20000000,
00042     ADS_RIGHT_GENERIC_WRITE           = 0x40000000,
00043     ADS_RIGHT_GENERIC_READ            = 0x80000000
00044 } ADS_RIGHTS_ENUM;
00045 
00046 /*****************************************************************************
00047  *    IADsContainer interface
00048  */
00049 [
00050     object,
00051     uuid(001677d0-fd16-11ce-abc4-02608c9e7553)
00052 ]
00053 interface IADsContainer: IDispatch
00054 {
00055     [propget] HRESULT Count(
00056         [out, retval] long *retval);
00057     [propget, restricted] HRESULT _NewEnum(
00058         [out, retval] IUnknown **retval);
00059     [propget] HRESULT Filter(
00060         [out, retval] VARIANT *pvFilter);
00061     [propput] HRESULT Filter(
00062         [in] VARIANT vFilter);
00063     [propget] HRESULT Hints(
00064         [out, retval] VARIANT *pvHints);
00065     [propput] HRESULT Hints(
00066         [in] VARIANT vHints);
00067     HRESULT GetObject(
00068         [in] BSTR bstrClassName,
00069         [in] BSTR bstrRelativeName,
00070         [out, retval] IDispatch **ppObject);
00071     HRESULT Create(
00072         [in] BSTR bstrClassName,
00073         [in] BSTR bstrRelativeName,
00074         [out, retval] IDispatch **ppObject);
00075     HRESULT Delete(
00076         [in] BSTR bstrClassName,
00077         [in] BSTR bstrRelativeName);
00078     HRESULT CopyHere(
00079         [in] BSTR bstrSourceName,
00080         [in] BSTR bstrNewName,
00081         [out, retval] IDispatch **ppObject);
00082     HRESULT MoveHere(
00083         [in] BSTR bstrSourceName,
00084         [in] BSTR bstrNewName,
00085         [out, retval] IDispatch **ppObject);
00086 }

Generated on Sat May 26 2012 04:30:12 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.