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.

20 lines
692 B

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