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.
20 lines
692 B
20 lines
692 B
#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;
|