| Win32_ImplementedCategory | |||
| The Win32_ImplementedCategory class represents an association between a component category and the COM classusing its interfaces. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Category | Reference | The Category reference represents the component category being used by the COM class. | |
| Component | Reference | The Component reference represents the COM class using the associated category. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_ImplementedCategory    {     Category = "\\\\SCCM01\\root\\cimv2:Win32_ComponentCategory.CategoryId=\"{00021492-0000-0000-C000-000000000046}\"";     Component = "\\\\SCCM01\\root\\cimv2:Win32_ClassicCOMClass.ComponentId=\"{01E04581-4EEE-11D0-BFE9-00AA005B4383}\"";    }; | |||