RETRIEVAL_POINTER_BASE structure (winioctl.h)
Contains the output for the FSCTL_GET_RETRIEVAL_POINTER_BASE control code.
Syntax
typedef struct _RETRIEVAL_POINTER_BASE {
LARGE_INTEGER FileAreaOffset;
} RETRIEVAL_POINTER_BASE, *PRETRIEVAL_POINTER_BASE;
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | winioctl.h (include Windows.h) |