// usbdlib.h
VOID COMPOSITE_DEVICE_CAPABILITIES_INIT(
PCOMPOSITE_DEVICE_CAPABILITIES CapabilityFlags
);
View the official Windows Driver Kit DDI referenceNo description available.
The COMPOSITE_DEVICE_CAPABILITIES_INIT macro initializes the COMPOSITE_DEVICE_CAPABILITIES structure.
CapabilityFlagsA pointer to a caller-allocated COMPOSITE_DEVICE_CAPABILITIES structure to be initialized. The macro sets the CompositeDriverCapabilityFunctionSuspend member of COMPOSITE_DEVICE_CAPABILITIES to 0.
How to Register a Composite Device