Changeset 199 for trunk/DirectShowSpy/DirectShowSpy.idl
- Timestamp:
- Jul 7, 2013, 10:58:51 AM (9 years ago)
- Location:
- trunk/DirectShowSpy
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DirectShowSpy
- Property svn:global-ignores
-
old new 1 1 ipch 2 _Archive
-
- Property svn:global-ignores
-
trunk/DirectShowSpy/DirectShowSpy.idl
r193 r199 41 41 interface ISystemDeviceEnumeratorSpy : IDispatch 42 42 { 43 }; 44 [ 45 object, 46 uuid(3D1AF248-DEF1-4E26-A071-FEDF15FED6A8), 47 dual, 48 oleautomation, 49 nonextensible, 50 helpstring("IFilterGraphHelper Interface"), 51 pointer_default(unique) 52 ] 53 interface IFilterGraphHelper : IDispatch 54 { 55 [id(DISPID_VALUE), propget] HRESULT FilterGraph([out, retval] IUnknown** ppFilterGraphUnknown); 56 [id(DISPID_VALUE), propput] HRESULT FilterGraph([in] IUnknown* pFilterGraphUnknown); 57 [id(1), propget] HRESULT Text([out, retval] BSTR* psText); 43 58 }; 44 59 [ … … 124 139 [default] interface ISystemDeviceEnumeratorSpy; 125 140 }; 141 [ 142 uuid(5A9A684C-A891-4032-8D31-FF6EAB5A0C1E), 143 helpstring("FilterGraphHelper Class") 144 ] 145 coclass FilterGraphHelper 146 { 147 [default] interface IFilterGraphHelper; 148 }; 126 149 };
Note: See TracChangeset
for help on using the changeset viewer.