DECLARE_CONST_ACXOBJECTBAG_DRIVER_PROPERTY_NAME - NtDoc

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

void DECLARE_CONST_ACXOBJECTBAG_DRIVER_PROPERTY_NAME(
  ven,
  name
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The DECLARE_CONST_ACXOBJECTBAG_DRIVER_PROPERTY_NAME function declares an ACX object bag property name. Driver defined properties start with drv_<ven>_.

Parameters

ven

The vendor ID that identifies the vendor.

name

The name of the declared ACX object bag property name.

Remarks

Example

This example shows the use of DECLARE_CONST_ACXOBJECTBAG_DRIVER_PROPERTY_NAME.

    DECLARE_CONST_ACXOBJECTBAG_DRIVER_PROPERTY_NAME(VendorX, TestUI4);

ACX requirements

Minimum ACX version: 1.0

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

See also