SeTokenIsNoChildProcessRestrictionEnforced - NtDoc

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

BOOLEAN SeTokenIsNoChildProcessRestrictionEnforced(
  [in]            PACCESS_TOKEN Token,
  [out, optional] PBOOLEAN      UnlessSecure
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

SeTokenIsNoChildProcessRestrictionEnforced function

Description

The SeTokenIsNoChildProcessRestrictionEnforced routine determines if the token carries the no child process restriction.

Parameters

Token [in]

Specifies a pointer to the access token.

UnlessSecure [out, optional]

Optionally provides a pointer to the value that will be set to TRUE when secure process creation is enabled even if process creation is restricted.

Return value

This routine returns TRUE if Token carries the no child process restriction.