DECLARE_CONST_ACXOBJECTBAG_SYSTEM_PROPERTY_NAME - NtDoc

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

void DECLARE_CONST_ACXOBJECTBAG_SYSTEM_PROPERTY_NAME(
  name
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxmisc-declare_const_acxobjectbag_system_property_name)

Description

The DECLARE_CONST_ACXOBJECTBAG_SYSTEM_PROPERTY_NAME function declares an ACX object bag property name. System defined properties start with sys_.

Parameters

name

The name of the declared constant.

Remarks

Example

This example shows the definition of DECLARE_CONST_ACXOBJECTBAG_SYSTEM_PROPERTY_NAME.

    DECLARE_CONST_ACXOBJECTBAG_SYSTEM_PROPERTY_NAME(TestSysName);

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

See also