Ignore:
Timestamp:
Nov 17, 2012, 3:15:58 AM (11 years ago)
Author:
roman
Message:
  • hooking and tracing device enumerator calls
  • minor updates
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DirectShowSpy/DirectShowSpy.idl

    r95 r144  
    3030]
    3131interface 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]
     43interface ISystemDeviceEnumeratorSpy : IDispatch
    3244{
    3345};
     
    106118                [default] interface IFilterMapperSpy;
    107119        };
     120        [
     121                uuid(AD42E3BD-7B9B-4783-9DA2-61A9ACD0D4D2),
     122                helpstring("SystemDeviceEnumeratorSpy Class")
     123        ]
     124        coclass SystemDeviceEnumeratorSpy
     125        {
     126                [default] interface ISystemDeviceEnumeratorSpy;
     127        };
    108128};
Note: See TracChangeset for help on using the changeset viewer.