CIM_AdjacentSlots class
The CIM_AdjacentSlots association describes the layout of slots on a hosting board or adapter card. Information, such as the distance between the slots and whether they are "shared" (if one is populated, then the other slot cannot be used), is conveyed as association properties.
Important
The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.
Syntax
[Abstract, Association, UUID("{FAF76B88-798C-11D2-AAD1-006008C78BC7}"), AMENDMENT]
class CIM_AdjacentSlots
{
real32 DistanceBetweenSlots;
boolean SharedSlots;
CIM_Slot REF SlotA;
CIM_Slot REF SlotB;
};
Members
The CIM_AdjacentSlots class has these types of members:
Properties
The CIM_AdjacentSlots class has these properties.
-
DistanceBetweenSlots
-
-
Data type: real32
-
Access type: Read-only
-
Qualifiers: Units ("inches")
Distance, in inches, between adjacent slots.
-
-
SharedSlots
-
-
Data type: boolean
-
Access type: Read-only
If TRUE, one of the slots is populated by an adapter card; the other slot must be left empty.
-
-
SlotA
-
-
Data type: CIM_Slot
-
Access type: Read-only
Reference to one of the adjacent slots.
-
-
SlotB
-
-
Data type: CIM_Slot
-
Access type: Read-only
Reference to the "other" adjacent slot.
-
Remarks
WMI does not implement this class.
This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMV2 |
MOF |
|
DLL |
|