2025-04-27 07:49:33 -04:00

19 lines
583 B
C++

#include "dtct.h"
///////////////////////////////////////////////////////////////////////////////
// CUnkTmpl Interface Map initialization code
// Begin ->
const INTFMAPENTRY hweventdetectorIME[] =
{
_INTFMAPENTRY(CHWEventDetector, IService),
};
const INTFMAPENTRY* CHWEventDetector::_pintfmap = hweventdetectorIME;
const DWORD CHWEventDetector::_cintfmap =
(sizeof(hweventdetectorIME)/sizeof(hweventdetectorIME[0]));
// -> End
///////////////////////////////////////////////////////////////////////////////
COMFACTORYCB CHWEventDetector::_cfcb = NULL;