FILE_NON_DIRECTORY_FILE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#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

#endif

View code on GitHub

NtDoc

No description available.