#ifndef _NTIOAPI_H
/**
* The file being opened must not be a directory file or this call fails.
* The file object being opened can represent a data file, a logical, virtual, or physical device, or a volume.
*/
#define FILE_NON_DIRECTORY_FILE 0x00000040
View code on GitHubNo description available.