Changeset 117 for trunk/DirectShowSpy/FilterGraphSpy.h
- Timestamp:
- Sep 9, 2012, 4:33:51 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DirectShowSpy/FilterGraphSpy.h
r98 r117 787 787 STDMETHOD(GetState)(LONG nTimeout, OAFilterState* pState) throw() 788 788 { 789 _Z 4(atlTraceCOM, 4, _T("nTimeout %d\n"), nTimeout);789 _Z5(atlTraceCOM, 5, _T("nTimeout %d\n"), nTimeout); 790 790 return m_pInnerMediaControl->GetState(nTimeout, pState); 791 791 }
Note: See TracChangeset
for help on using the changeset viewer.