Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
376 B

  1. // Copyright (c) 1999 Microsoft Corporation. All Rights Reserved.
  2. #ifndef _MSVIDFILEPLAYBACKCP_H_
  3. #define _MSVIDFILEPLAYBACKCP_H_
  4. template <class T, const IID* piid = &IID_IMSVidFilePlaybackEvent, class CDV = CComDynamicUnkArray>
  5. class CProxy_FilePlaybackEvent : public CProxy_PlaybackEvent<T, piid, CDV>
  6. {
  7. public:
  8. // TODO: add fileplayback specific events here
  9. };
  10. #endif