COMPOSITE_DEVICE_CAPABILITIES_INIT - NtDoc

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

VOID COMPOSITE_DEVICE_CAPABILITIES_INIT(
  PCOMPOSITE_DEVICE_CAPABILITIES CapabilityFlags
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-usbdlib-composite_device_capabilities_init)

COMPOSITE_DEVICE_CAPABILITIES_INIT function

Description

The COMPOSITE_DEVICE_CAPABILITIES_INIT macro initializes the COMPOSITE_DEVICE_CAPABILITIES structure.

Parameters

CapabilityFlags

A pointer to a caller-allocated COMPOSITE_DEVICE_CAPABILITIES structure to be initialized. The macro sets the CompositeDriverCapabilityFunctionSuspend member of COMPOSITE_DEVICE_CAPABILITIES to 0.

See also

COMPOSITE_DEVICE_CAPABILITIES

How to Register a Composite Device

REGISTER_COMPOSITE_DEVICE