File System drivers are one of the most complex types of drivers in windows. The full name of ifs ddk refers to the ability to install a file system device driver.ProgramDevelopment tools. There are very few materials in this regard.
DDK is a device driver development tool.
The Win32 Driver Model (WDM) is designed to simplify driver development by providing a flexible approach. With support for new hardware, the number and complexity of necessary drivers are reduced and reduced. In addition to common platform services and extensions, WDM also implements a modular and hierarchical micro-driver structure.
The VxD virtual device driver is abbreviated as VxD. X represents the names of various devices, such as virtual keyboard drivers (vkd) and virtual mouse drivers (vmd. The VxD program is a way to successfully initialize the hardware.