WdfObjectQuery - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdfobject.h

NTSTATUS WdfObjectQuery(
  [in]  WDFOBJECT  Object,
  [in]  const GUID *Guid,
  [in]  ULONG      QueryBufferLength,
  [out] PVOID      QueryBuffer
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdfobject-wdfobjectquery)

WdfObjectQuery function

Description

[Applies to KMDF and UMDF]

The WdfObjectQuery method is not implemented.

Parameters

Object [in]

Guid [in]

QueryBufferLength [in]

QueryBuffer [out]

Return value

Remarks

For more information about the cleanup rules for a framework object hierarchy, see Framework Object Life Cycle.