The relevant Microsoft doc is: Blocking Direct Write Operations to Volumes and Disks CreateFile, remarks on Physical Disks and Volumes
The executable is wr
It's quite rare to want only GENERIC_WRITE. You most likely want GENERIC_READ|GENERIC_WRITE.
GENERIC_WRITE
GENERIC_READ|GENERIC_WRITE