Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenregbag.idl
Go to the documentation of this file.
00001 00002 cpp_quote("#pragma once") 00003 00004 #ifndef DO_NO_IMPORTS 00005 import "objidl.idl"; 00006 import "oaidl.idl"; 00007 import "ocidl.idl"; 00008 #endif 00009 00010 [object, 00011 hidden, restricted, 00012 uuid(8A674B48-1F63-11d3-B64C-00C04F79498E), 00013 pointer_default(unique), 00014 local 00015 ] 00016 interface ICreatePropBagOnRegKey : IUnknown 00017 { 00018 HRESULT Create([in] HKEY hkey, [in] LPCOLESTR subkey, [in] DWORD ulOptions, [in] DWORD samDesired, REFIID iid, [out] LPVOID *ppBag); 00019 }; 00020 Generated on Sun May 27 2012 04:30:44 for ReactOS by
1.7.6.1
|