DECLARE_CONST_ACXOBJECTBAG_USB_PROPERTY_NAME macro (acxmisc.h)

The DECLARE_CONST_ACXOBJECTBAG_USB_PROPERTY_NAME function declares an ACX object bag property name. USB defined properties start with usb_.

Syntax

void DECLARE_CONST_ACXOBJECTBAG_USB_PROPERTY_NAME(
   name
);

Parameters

name

The name of the declared constant.

Return value

None

Remarks

Example

This example shows the definition of DECLARE_CONST_ACXOBJECTBAG_USB_PROPERTY_NAME.

	DECLARE_CONST_ACXOBJECTBAG_USB_PROPERTY_NAME(TestUsbName);

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