Send comments on this topic
RawDisk class
Overview
RawDisk is a class which creates a "namespace" for it's methods.
Description
Use RawDisk methods to install and uninstall the driver and open the partition or file. Once the partition or file is opened, you can use ReadFile() and WriteFile() functions of Windows API.
Methods
CreateFile
GetDriverStatus
InstallDriver
Open
OpenEx
UninstallDriver
