WDF_DEVICE_PNP_CAPABILITIES_INIT - NtDoc

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

VOID WDF_DEVICE_PNP_CAPABILITIES_INIT(
  [out] PWDF_DEVICE_PNP_CAPABILITIES Caps
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdfdevice-wdf_device_pnp_capabilities_init)

WDF_DEVICE_PNP_CAPABILITIES_INIT function

Description

[Applies to KMDF and UMDF]

The WDF_DEVICE_PNP_CAPABILITIES_INIT function initializes a WDF_DEVICE_PNP_CAPABILITIES structure.

Parameters

Caps [out]

A pointer to a driver-supplied WDF_DEVICE_PNP_CAPABILITIES structure.

Remarks

The WDF_DEVICE_PNP_CAPABILITIES_INIT function zeros the specified WDF_DEVICE_PNP_CAPABILITIES structure, sets the structure's Size member, and sets other members to default values.

Examples

For a code example that uses WDF_DEVICE_PNP_CAPABILITIES_INIT, see WdfDeviceSetPnpCapabilities.