Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WdfObjectQuery function (wdfobject.h)

[Applies to KMDF and UMDF]

The WdfObjectQuery method is not implemented.

Syntax

NTSTATUS WdfObjectQuery(
 [in] WDFOBJECT Object,
 [in] const GUID *Guid,
 [in] ULONG QueryBufferLength,
 [out] PVOID QueryBuffer
);

Parameters

[in] Object

[in] Guid

[in] QueryBufferLength

[out] QueryBuffer

Remarks

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

Requirements

Requirement Value
Target Platform Windows
Header wdfobject.h (include Wdf.h)
IRQL Not applicable
DDI compliance rules DriverCreate(kmdf)

Feedback

Was this page helpful?

Additional resources