#ifndef _NTPFAPI_H
// begin_private
// PFN operations (classes 0x06/0x07/0x16/0x1D/0x1D/0x29) — header 192 bytes, entries 24B each
typedef struct _PFN_TRIPLET
{
ULONGLONG MaskOrKey; // Compared against identity with 0x1FFFFFFFFFFFE00 mask
ULONGLONG Pfn; // Page frame number
ULONGLONG Flags; // Request/result flags
} PFN_TRIPLET, *PPFN_TRIPLET;
View code on GitHub
No description available.