FSCTL_SECURITY_ID_CHECK - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

// CTL_CODE(0x0009, 0x02d, METHOD_NEITHER, FILE_READ_ACCESS)
#define FSCTL_SECURITY_ID_CHECK 0x000940B7
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ni-ntifs-fsctl_security_id_check)

Description

The FSCTL_SECURITY_ID_CHECK control code verifies security identifiers (SIDs) against specified access rights in bulk.

Parameters

Major code

FSCTL_SECURITY_ID_CHECK

Input buffer

Input buffer length

Output buffer

Output buffer length

Input/output buffer

Input/output buffer length

Status block

Remarks

To perform this operation, call FltFsControlFile or ZwFsControlFile.

See also

BULK_SECURITY_TEST_DATA