SUPPORTED_FS_FEATURES_OFFLOAD_READ - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTIOAPI_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
#if (PHNT_VERSION >= PHNT_WIN8)

// pub
#define SUPPORTED_FS_FEATURES_OFFLOAD_READ    0x00000001

#endif
#endif
#endif

View code on GitHub

No description available.