Funzione WdfObjectQuery (wdfobject.h)
[Si applica a KMDF e UMDF]
Il metodo WdfObjectQuery non viene implementato.
Sintassi
NTSTATUS WdfObjectQuery(
[in] WDFOBJECT Object,
[in] const GUID *Guid,
[in] ULONG QueryBufferLength,
[out] PVOID QueryBuffer
);
Parametri
[in] Object
[in] Guid
[in] QueryBufferLength
[out] QueryBuffer
Commenti
Per altre informazioni sulle regole di pulizia per una gerarchia di oggetti framework, vedere Ciclo di vita dell'oggetto Framework.
Requisiti
Requisito | Valore |
---|---|
Piattaforma di destinazione | Windows |
Intestazione | wdfobject.h (includere Wdf.h) |
IRQL | Non applicabile |
Regole di conformità DDI | DriverCreate(kmdf) |