Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygendshowasf.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
1.7.6.1
|