// ntifs.h
// CTL_CODE(0x0009, 0x02d, METHOD_NEITHER, FILE_READ_ACCESS)
#define FSCTL_SECURITY_ID_CHECK 0x000940B7
View the official Windows Driver Kit DDI referenceNo description available.
The FSCTL_SECURITY_ID_CHECK control code verifies security identifiers (SIDs) against specified access rights in bulk.
FSCTL_SECURITY_ID_CHECK
To perform this operation, call FltFsControlFile or ZwFsControlFile.