NTFS_FILE_RECORD_INPUT_BUFFER - NtDoc

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

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntifs-ntfs_file_record_input_buffer)

Description

The NTFS_FILE_RECORD_INPUT_BUFFER structure is used with the FSCTL_GET_NTFS_FILE_RECORD control code.

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.

See also

FSCTL_GET_NTFS_FILE_RECORD

NTFS_FILE_RECORD_OUTPUT_BUFFER


Win32 API reference (ns-winioctl-ntfs_file_record_input_buffer)

NTFS_FILE_RECORD_INPUT_BUFFER structure

Description

Contains data for the FSCTL_GET_NTFS_FILE_RECORD control code.

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. Refer to the Remarks section of the reference page for FSCTL_GET_NTFS_FILE_RECORD for more information.

Remarks

Pass this structure as input to the FSCTL_GET_NTFS_FILE_RECORD control code.

See also

FSCTL_GET_NTFS_FILE_RECORD

NTFS_FILE_RECORD_OUTPUT_BUFFER