Source code of Windows XP (NT5)
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.

18 lines
513 B

  1. #include "devinfo.h"
  2. ///////////////////////////////////////////////////////////////////////////////
  3. // CUnkTmpl Interface Map initialization code
  4. // Begin ->
  5. const INTFMAPENTRY hwdeviceIME[] =
  6. {
  7. _INTFMAPENTRY(CHWDevice, IHWDevice),
  8. };
  9. const INTFMAPENTRY* CHWDevice::_pintfmap = hwdeviceIME;
  10. const DWORD CHWDevice::_cintfmap =
  11. (sizeof(hwdeviceIME)/sizeof(hwdeviceIME[0]));
  12. // -> End
  13. ///////////////////////////////////////////////////////////////////////////////
  14. COMFACTORYCB CHWDevice::_cfcb = NULL;