Changeset 144 for trunk/DirectShowSpy/DirectShowSpy.idl
- Timestamp:
- Nov 17, 2012, 3:15:58 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DirectShowSpy/DirectShowSpy.idl
r95 r144 30 30 ] 31 31 interface IFilterMapperSpy : IDispatch 32 { 33 }; 34 [ 35 object, 36 uuid(14EB119F-25CE-4654-ABE1-E6742AF03F2D), 37 dual, 38 oleautomation, 39 nonextensible, 40 helpstring("ISystemDeviceEnumeratorSpy Interface"), 41 pointer_default(unique) 42 ] 43 interface ISystemDeviceEnumeratorSpy : IDispatch 32 44 { 33 45 }; … … 106 118 [default] interface IFilterMapperSpy; 107 119 }; 120 [ 121 uuid(AD42E3BD-7B9B-4783-9DA2-61A9ACD0D4D2), 122 helpstring("SystemDeviceEnumeratorSpy Class") 123 ] 124 coclass SystemDeviceEnumeratorSpy 125 { 126 [default] interface ISystemDeviceEnumeratorSpy; 127 }; 108 128 };
Note: See TracChangeset
for help on using the changeset viewer.