windows-nt/Source/XPSP1/NT/shell/services/hdsrv/shhwdtct/cstmpropu.cpp

21 lines
672 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
#include "cstmprop.h"
///////////////////////////////////////////////////////////////////////////////
// CUnkTmpl Interface Map initialization code
// Begin ->
const INTFMAPENTRY CHWDeviceCustomPropertiesIME[] =
{
_INTFMAPENTRY(CHWDeviceCustomProperties, IHWDeviceCustomProperties),
};
const INTFMAPENTRY* CHWDeviceCustomProperties::_pintfmap =
CHWDeviceCustomPropertiesIME;
const DWORD CHWDeviceCustomProperties::_cintfmap =
(sizeof(CHWDeviceCustomPropertiesIME) /
sizeof(CHWDeviceCustomPropertiesIME[0]));
// -> End
///////////////////////////////////////////////////////////////////////////////
COMFACTORYCB CHWDeviceCustomProperties::_cfcb = NULL;