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

dshowasf.idl
Go to the documentation of this file.
00001 import  "unknwn.idl";
00002 import  "objidl.idl";
00003 import  "strmif.idl";
00004 import  "wmsdkidl.idl";
00005 
00006 cpp_quote( "EXTERN_GUID( IID_IConfigAsfWriter,0x45086030,0xF7E4,0x486a,0xB5,0x04,0x82,0x6B,0xB5,0x79,0x2A,0x3B );" )
00007 
00008 interface IConfigAsfWriter;
00009 interface IWMProfile;
00010 
00011 [
00012 object,
00013 uuid(45086030-F7E4-486a-B504-826BB5792A3B),
00014 pointer_default(unique)
00015 ]
00016 
00017 interface IConfigAsfWriter : IUnknown
00018 {
00019   HRESULT ConfigureFilterUsingProfileId([in] DWORD dwProfileId);
00020   HRESULT GetCurrentProfileId([out] DWORD *pdwProfileId);
00021   HRESULT ConfigureFilterUsingProfileGuid([in] REFGUID guidProfile);
00022   HRESULT GetCurrentProfileGuid([out] GUID *pProfileGuid);
00023   HRESULT ConfigureFilterUsingProfile([in] IWMProfile * pProfile);
00024   HRESULT GetCurrentProfile([out] IWMProfile **ppProfile);
00025   HRESULT SetIndexMode( [in]  BOOL bIndexFile );
00026   HRESULT GetIndexMode( [out] BOOL *pbIndexFile );
00027 }
00028 

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