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.

23 lines
542 B

  1. //=================================================================
  2. //
  3. // useassoc.cpp -- Generic association class
  4. //
  5. // Copyright (c) 2000-2001 Microsoft Corporation, All Rights Reserved
  6. //
  7. //=================================================================
  8. #include "precomp.h"
  9. #include <assoc.h>
  10. CAssociation MyOperatingSystemAutochkSetting(
  11. L"Win32_OperatingSystemAutochkSetting",
  12. IDS_CimWin32Namespace,
  13. L"Win32_OperatingSystem",
  14. L"Win32_AutoChkSetting",
  15. IDS_Element,
  16. IDS_Setting
  17. ) ;