// wdfobject.h
NTSTATUS WdfObjectQuery(
[in] WDFOBJECT Object,
[in] const GUID *Guid,
[in] ULONG QueryBufferLength,
[out] PVOID QueryBuffer
);
View the official Windows Driver Kit DDI referenceNo description available.
[Applies to KMDF and UMDF]
The WdfObjectQuery method is not implemented.
Object [in]Guid [in]QueryBufferLength [in]QueryBuffer [out]For more information about the cleanup rules for a framework object hierarchy, see Framework Object Life Cycle.