Leaked source code of windows server 2003
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.
|
|
#include "devinfo.h"
///////////////////////////////////////////////////////////////////////////////
// CUnkTmpl Interface Map initialization code
// Begin ->
const INTFMAPENTRY hwdeviceIME[] = { _INTFMAPENTRY(CHWDevice, IHWDevice), };
const INTFMAPENTRY* CHWDevice::_pintfmap = hwdeviceIME; const DWORD CHWDevice::_cintfmap = (sizeof(hwdeviceIME)/sizeof(hwdeviceIME[0]));
// -> End
///////////////////////////////////////////////////////////////////////////////
COMFACTORYCB CHWDevice::_cfcb = NULL;
|