Ignore:
Timestamp:
Jan 12, 2014, 4:59:27 AM (10 years ago)
Author:
roman
Message:

Added even more ISpy methods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DirectShowSpy/DirectShowSpy.idl

    r247 r249  
    2121        [id(3), propget] HRESULT FriendlyName([out, retval] BSTR* psFriendlyName);
    2222        [id(3), propput] HRESULT FriendlyName([in] BSTR sFriendlyName);
    23         [id(4)] HRESULT OpenGraphStudioNext([in] LONG nParentWindowHandle, [out, retval] VARIANT_BOOL* pbResult);
    24         [id(5)] HRESULT OpenGraphEdit([in] LONG nParentWindowHandle, [out, retval] VARIANT_BOOL* pbResult);
     23        [id(4)] HRESULT DoPropertyFrameModal([in] LONG nParentWindowHandle);
     24        [id(5)] HRESULT DoFilterGraphListModal([in] LONG nParentWindowHandle);
     25        [id(6)] HRESULT OpenGraphStudioNext([in] LONG nParentWindowHandle, [out, retval] VARIANT_BOOL* pbResult);
     26        [id(7)] HRESULT OpenGraphEdit([in] LONG nParentWindowHandle, [out, retval] VARIANT_BOOL* pbResult);
    2527};
    2628[
Note: See TracChangeset for help on using the changeset viewer.