windows-nt/Source/XPSP1/NT/shell/services/hdsrv/shhwdtct/dtctu.cpp
2020-09-26 16:20:57 +08:00

19 lines
565 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;