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.

18 lines
565 B

  1. #include "dtct.h"
  2. ///////////////////////////////////////////////////////////////////////////////
  3. // CUnkTmpl Interface Map initialization code
  4. // Begin ->
  5. const INTFMAPENTRY hweventdetectorIME[] =
  6. {
  7. _INTFMAPENTRY(CHWEventDetector, IService),
  8. };
  9. const INTFMAPENTRY* CHWEventDetector::_pintfmap = hweventdetectorIME;
  10. const DWORD CHWEventDetector::_cintfmap =
  11. (sizeof(hweventdetectorIME)/sizeof(hweventdetectorIME[0]));
  12. // -> End
  13. ///////////////////////////////////////////////////////////////////////////////
  14. COMFACTORYCB CHWEventDetector::_cfcb = NULL;