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
23 lines
542 B
//=================================================================
|
|
|
|
//
|
|
|
|
// useassoc.cpp -- Generic association class
|
|
|
|
//
|
|
|
|
// Copyright (c) 2000-2001 Microsoft Corporation, All Rights Reserved
|
|
//
|
|
//=================================================================
|
|
|
|
#include "precomp.h"
|
|
#include <assoc.h>
|
|
|
|
CAssociation MyOperatingSystemAutochkSetting(
|
|
L"Win32_OperatingSystemAutochkSetting",
|
|
IDS_CimWin32Namespace,
|
|
L"Win32_OperatingSystem",
|
|
L"Win32_AutoChkSetting",
|
|
IDS_Element,
|
|
IDS_Setting
|
|
) ;
|