The Win32_DriverVXD class represents a virtual device driver on a Win32 computer system. A virtual device is a program that manages a system resource (such as a hardware device or installed software) so that more than one application can use the resource at the same time. Windows uses virtual devices to allow multitasking for Windows-based applications. The virtual devices work in conjunction with Windows to process interrupts, and carry out I/O operations for a given application without disrupting the execution of other applications. Most virtual devices manage a hardware device and many also manage or replace corresponding software such as ROM BIOS routines. A virtual device can contain the device-specific code needed to carry out actions on the device or it can rely on the other software to carry out these operations. In all cases, the virtual device keeps track of the state of the device for each application and ensures that the device is in the correct state whenever an application continues execution. Some virtual devices manage only installed software, such as an MS-DOS device driver or a Terminate and Stay Resident (TSR) program. Such virtual devices often contain code that either emulates the software or ensures that the software uses data that applies only to the currently running application. Virtual devices are sometimes used to improve the performance of installed software; the Intel-compatible microprocessors can execute the 32-bit code of a virtual device more efficiently than the 16-bit code of an MS-DOS device driver or TSR.
The Win32_DiskQuota association class tracks disk space usage for NTFS volumes. System administrators can configure Windows ...
The Win32_DisplayConfiguration class represents configuration information for the display device on a Win32 system. This ...
The Win32_DisplayControllerConfiguration class represents the video adapter configuration information of a Win32 system. ...
The Win32_DMAChannel class represents a direct memory access (DMA) channel on a Win32 computer system. DMA is a method of ...
The Win32_DriverVXD class represents a virtual device driver on a Win32 computer system. A virtual device is a program that ...
The Win32_Group class represents data about a group account. A group account allows access privileges to be changed for a ...
The Win32_IDEControllerDevice class represents an association between an Integrated Drive Electronics (IDE) controller and ...
The Win32_ImplementedCategory class represents an association between a component category and the COM classusing its interfaces. ...
The Win32_IP4RouteTableEvent class represents IP route change events resulting from the addition, removal or modification ...