Leaked source code of windows server 2003
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.

12 lines
390 B

  1. // Copyright (c) 2001 Microsoft Corporation. All Rights Reserved.
  2. #ifndef _MSVIDANALOGTUNERCP_H_
  3. #define _MSVIDANALOGTUNERCP_H_
  4. template <class T>
  5. class CProxy_IMSVidAnalogTuner : public CProxy_Tuner<T, &IID_IMSVidAnalogTunerEvent, CComDynamicUnkArray>
  6. {
  7. //Warning this class may be recreated by the wizard.
  8. public:
  9. // TODO: add fileplayback specific events here
  10. };
  11. #endif