// ntifs.h
typedef struct {
LARGE_INTEGER FileReferenceNumber;
} NTFS_FILE_RECORD_INPUT_BUFFER, *PNTFS_FILE_RECORD_INPUT_BUFFER;
View the official Windows Driver Kit DDI reference// winioctl.h
typedef struct {
LARGE_INTEGER FileReferenceNumber;
} NTFS_FILE_RECORD_INPUT_BUFFER, *PNTFS_FILE_RECORD_INPUT_BUFFER;
View the official Win32 API referenceNo description available.
The NTFS_FILE_RECORD_INPUT_BUFFER structure is used with the FSCTL_GET_NTFS_FILE_RECORD control code.
FileReferenceNumberThe file identifier of the file record to be retrieved. This is not necessarily the file identifier returned in the FileReferenceNumber member of the NTFS_FILE_RECORD_OUTPUT_BUFFER structure.
NTFS_FILE_RECORD_OUTPUT_BUFFER
Contains data for the FSCTL_GET_NTFS_FILE_RECORD control code.
FileReferenceNumberThe file identifier of the file record to be retrieved. This is not necessarily the file identifier returned in the FileReferenceNumber member of the NTFS_FILE_RECORD_OUTPUT_BUFFER structure. Refer to the Remarks section of the reference page for FSCTL_GET_NTFS_FILE_RECORD for more information.
Pass this structure as input to the FSCTL_GET_NTFS_FILE_RECORD control code.
NTFS_FILE_RECORD_OUTPUT_BUFFER