|
|
1.1 ! root 1: ! 2: #include "windows.h" ! 3: #include <vddsvc.h> ! 4: ! 5: ! 6: /* entry function of VDD */ ! 7: BOOL VDDInitialize(HANDLE hVdd, DWORD dwReason, LPVOID lpReserved); ! 8: ! 9: #define VDDOPEN 1 ! 10: #define VDDCLOSE 2 ! 11: #define VDDINFO 3 ! 12: ! 13: ! 14: #define DOSIOCTL_GETINFO 0 ! 15: #define FILE_DEVICE_KRNLDRVR 0x80ff ! 16: #define IOCTL_KRNLDRVR_GET_INFORMATION CTL_CODE(FILE_DEVICE_KRNLDRVR, 2, METHOD_BUFFERED, FILE_ANY_ACCESS)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.