WDF_CHILD_RETRIEVE_INFO_INIT - NtDoc

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

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

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdfchildlist-wdf_child_retrieve_info_init)

WDF_CHILD_RETRIEVE_INFO_INIT function

Description

[Applies to KMDF only]

The WDF_CHILD_RETRIEVE_INFO_INIT function initializes a WDF_CHILD_RETRIEVE_INFO structure.

Parameters

Info [out]

A pointer to a driver-supplied WDF_CHILD_RETRIEVE_INFO structure.

IdentificationDescription [in]

A pointer to a driver-supplied WDF_CHILD_IDENTIFICATION_DESCRIPTION_HEADER structure.

See also

WDF_CHILD_IDENTIFICATION_DESCRIPTION_HEADER

WDF_CHILD_RETRIEVE_INFO