// 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
No description available.
[Applies to KMDF only]
The WDF_CHILD_RETRIEVE_INFO_INIT function initializes a WDF_CHILD_RETRIEVE_INFO structure.
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.
WDF_CHILD_IDENTIFICATION_DESCRIPTION_HEADER