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.

16 lines
926 B

  1. ��//*************************************************************
  2. // � 2001 Microsoft Corporation. All rights reserved.
  3. //*************************************************************
  4. //*************************************************************
  5. //*** Creates namespace for WMI
  6. //*************************************************************
  7. #pragma namespace ("\\\\.\\Root")
  8. [Locale(0x409)]
  9. instance of __Namespace
  10. {
  11. Name = "WMI";
  12. };