// winioctl.h
typedef struct _RETRIEVAL_POINTER_BASE {
LARGE_INTEGER FileAreaOffset;
} RETRIEVAL_POINTER_BASE, *PRETRIEVAL_POINTER_BASE;
View the official Win32 API referenceNo description available.
Contains the output for the FSCTL_GET_RETRIEVAL_POINTER_BASE control code.
FileAreaOffsetThe volume-relative sector offset to the first allocatable unit on the file system, also referred to as the base of the cluster heap.
FSCTL_GET_RETRIEVAL_POINTER_BASE