fonction WDF_CHILD_RETRIEVE_INFO_INIT (wdfchildlist.h)
[S’applique uniquement à KMDF]
La fonction WDF_CHILD_RETRIEVE_INFO_INIT initialise une structure WDF_CHILD_RETRIEVE_INFO.
Syntaxe
void WDF_CHILD_RETRIEVE_INFO_INIT(
[out] PWDF_CHILD_RETRIEVE_INFO Info,
[in] PWDF_CHILD_IDENTIFICATION_DESCRIPTION_HEADER IdentificationDescription
);
Paramètres
[out] Info
Pointeur vers une structure WDF_CHILD_RETRIEVE_INFO fournie par le pilote.
[in] IdentificationDescription
Pointeur vers une structure de WDF_CHILD_IDENTIFICATION_DESCRIPTION_HEADER fournie par le pilote.
Valeur de retour
Aucun
Exigences
Exigence | Valeur |
---|---|
plateforme cible | Universel |
version minimale de KMDF | 1.0 |
d’en-tête | wdfchildlist.h (include Wdf.h) |
IRQL | N’importe quel niveau |