#ifndef _NTRTL_H #if (PHNT_VERSION >= PHNT_WIN7) NTSYSAPI ULONG64 NTAPI RtlGetEnabledExtendedFeatures( _In_ ULONG64 FeatureMask ); #endif #endif View code on GitHub
This function is documented in Windows Driver Kit.