Expand Minimize

COMPOSITE_DEVICE_CAPABILITIES_INIT routine

The COMPOSITE_DEVICE_CAPABILITIES_INIT macro initializes the COMPOSITE_DEVICE_CAPABILITIES structure.

Syntax


void COMPOSITE_DEVICE_CAPABILITIES_INIT(
  PCOMPOSITE_DEVICE_CAPABILITIES CapabilityFlags
);

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.

Return value

This routine does not return a value.

Requirements

Version

Requires WDK for Windows 8. Targets Windows Vista and later versions of the Windows operating system.

Header

Usbdlib.h

Library

Usbdex.lib

IRQL

<=DISPATCH_LEVEL

See also

COMPOSITE_DEVICE_CAPABILITIES
How to Register a Composite Device
REGISTER_COMPOSITE_DEVICE

 

 

Send comments about this topic to Microsoft

Build date: 12/5/2013

Show:
© 2014 Microsoft. All rights reserved.