#ifndef _NTIOAPI_H
/**
* The file name specified by the ObjectAttributes parameter includes the 8-byte file reference number
* for the file.
* This number is assigned by and specific to the particular file system.
* If the file is a reparse point, the file name will also include the name of a device.
* Note that the FAT file system does not support this flag.
* This flag is not used by device and intermediate drivers.
*/
#define FILE_OPEN_BY_FILE_ID 0x00002000
View code on GitHubNo description available.