WDF_CHILD_RETRIEVE_INFO_INIT function (wdfchildlist.h)

[Applies to KMDF only]

The WDF_CHILD_RETRIEVE_INFO_INIT function initializes a WDF_CHILD_RETRIEVE_INFO structure.

Syntax

void WDF_CHILD_RETRIEVE_INFO_INIT(
  [out] PWDF_CHILD_RETRIEVE_INFO                     Info,
  [in]  PWDF_CHILD_IDENTIFICATION_DESCRIPTION_HEADER IdentificationDescription
);

Parameters

[out] Info

A pointer to a driver-supplied WDF_CHILD_RETRIEVE_INFO structure.

[in] IdentificationDescription

A pointer to a driver-supplied WDF_CHILD_IDENTIFICATION_DESCRIPTION_HEADER structure.

Return value

None

Requirements

Requirement Value
Target Platform Universal
Minimum KMDF version 1.0
Header wdfchildlist.h (include Wdf.h)
IRQL Any level

See also

WDF_CHILD_IDENTIFICATION_DESCRIPTION_HEADER

WDF_CHILD_RETRIEVE_INFO