DECLARE_CONST_ACXOBJECTBAG_DRIVER_PROPERTY_NAME macro (acxmisc.h)

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

Syntax

void DECLARE_CONST_ACXOBJECTBAG_DRIVER_PROPERTY_NAME(
   ven,
   name
);

Parameters

ven

The vendor ID that identifies the vendor.

name

The name of the declared ACX object bag property name.

Return value

None

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.

Requirements

Requirement Value
Header acxmisc.h

See also