WdfObjectQuery, fonction (wdfobject.h)
[S’applique à KMDF et UMDF]
La méthode WdfObjectQuery n’est pas implémentée.
Syntaxe
NTSTATUS WdfObjectQuery(
[in] WDFOBJECT Object,
[in] const GUID *Guid,
[in] ULONG QueryBufferLength,
[out] PVOID QueryBuffer
);
Paramètres
[in] Object
[in] Guid
[in] QueryBufferLength
[out] QueryBuffer
Notes
Pour plus d’informations sur les règles de nettoyage d’une hiérarchie d’objets d’infrastructure, consultez Framework Object Life Cycle.
Configuration requise
Condition requise | Valeur |
---|---|
Plateforme cible | Windows |
En-tête | wdfobject.h (inclure Wdf.h) |
IRQL | Non applicable |
Règles de conformité DDI | DriverCreate(kmdf) |