RETRIEVAL_POINTER_BASE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// winioctl.h

typedef struct _RETRIEVAL_POINTER_BASE {
  LARGE_INTEGER FileAreaOffset;
} RETRIEVAL_POINTER_BASE, *PRETRIEVAL_POINTER_BASE;
View the official Win32 API reference

NtDoc

No description available.

Win32 API reference (ns-winioctl-retrieval_pointer_base)

RETRIEVAL_POINTER_BASE structure

Description

Contains the output for the FSCTL_GET_RETRIEVAL_POINTER_BASE control code.

Members

FileAreaOffset

The volume-relative sector offset to the first allocatable unit on the file system, also referred to as the base of the cluster heap.

See also

FSCTL_GET_RETRIEVAL_POINTER_BASE