Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The NTFS_FILE_RECORD_INPUT_BUFFER structure is used with the FSCTL_GET_NTFS_FILE_RECORD control code.
Syntax
typedef struct {
LARGE_INTEGER FileReferenceNumber;
} NTFS_FILE_RECORD_INPUT_BUFFER, *PNTFS_FILE_RECORD_INPUT_BUFFER;
Members
FileReferenceNumber
The 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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP |
Header | ntifs.h |