This class contains information about a virtual device driver. This class is included in a default hardware inventory operation.
Table C.15 VxD Attribute Class (SMS_G_System_DRIVER_VXD)
Property (Bold if collected) | Data type | Example | Notes |
---|---|---|---|
Caption | string | "SPOOLER" | Describes the object. Maximum length is 64 characters. |
Control | string | "c0040498" | |
Description | string | "SPOOLER" | Describes the object. |
DeviceDescriptorBlock | string | "c004057c" | Indicates the device description block of the virtual device driver. |
GroupID | uint32 | 2 | Within one ResourceId (one SMS client), GroupID distinguishes one instance of a class from another. Objects with the same ResourceId and GroupID are “deltas” of one another, describing the same hardware inventory instance at different points in time. This is not a collectable property. |
InstallDate | datetime | See “Date and Time Formats” at the beginning of Appendix B. | Indicates when the object was installed. The absence of a value does not indicate that the object is not installed. |
Name | string | "SPOOLER" | Key. Defines the label that the object is known by. Maximum length is 256 characters. |
PM_API | string | " 0" | |
ResourceId | uint32 | 42 | Key. Inventory items with the same ResourceId were all discovered on the same SMS client. The ResourceId identifies the SMS client.
A ResourceId is an integer generated for the sake of SQL; it is not unique outside the site and should be used only for short-term querying purposes. It is not a collectable property. |
RevisionID | uint32 | 1 | Objects with the same ResourceId and GroupID are deltas, differentiated from one another by RevisionID number. The highest number is the most recent update. This is not a collectable property. |
ServiceTableSize | uint32 | 17 | Indicates the service table size of the virtual device driver. |
Status | string | "OK" | Indicates the current status of the object.
Values are: Maximum length is 10 characters. |
TimeStamp | datetime | See “Date and Time Formats” at the beginning of Appendix B. | Indicates when the information in this object was last revised. This is not a collectable property. |
V86_API | string | " 0" | |
Version | string | "1,00" | Indicates the version of the VXD driver. |