RtlSubAuthorityCountSid - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H

NTSYSAPI
PUCHAR
NTAPI
RtlSubAuthorityCountSid(
    _In_ PSID Sid
    );

#endif

View code on GitHub
// ntifs.h

NTSYSAPI PUCHAR RtlSubAuthorityCountSid(
  PSID Sid
);
View the official Windows Driver Kit DDI reference

NtDoc

This function is documented in Windows Driver Kit.

Windows Driver Kit DDI reference (nf-ntifs-rtlsubauthoritycountsid)

RtlSubAuthorityCountSid function

Description

The RtlSubAuthorityCountSid routine is reserved for system use. See RtlSubAuthoritySid and SID.

Parameters

Sid

Reserved.

Return value

Reserved.