Namespace ACE Flag Constants

The following list lists the possible values of the Flags field in a WMI Access Control Entry (ACE).

OBJECT_INHERIT_ACE

1 (0x1)

Non-container child objects inherit the ACE as an effective ACE.

CONTAINER_INHERIT_ACE

2 (0x2)

The ACE has an effect on child namespaces as well as the current namespace.

NO_PROPAGATE_INHERIT_ACE

4 (0x4)

The ACE applies only to the current namespace and immediate children .

INHERIT_ONLY_ACE

8 (0x8)

The ACE applies only to child namespaces.

INHERITED_ACE

16 (0x10)

This is not set by clients, but is reported to clients when the source of an ACE is a parent namespace.

Requirements

Requirement Value
Header
Winnt.h

See also

WMI Security Constants

Setting Namespace Security Descriptors

Establishing Inheritance of Namespace Security

__SystemSecurity