DECLARE_CONST_ACXOBJECTBAG_USB_PROPERTY_NAME - NtDoc

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

void DECLARE_CONST_ACXOBJECTBAG_USB_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_usb_property_name)

Description

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

Parameters

name

The name of the declared constant.

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.

See also