WdfObjectGetTypedContextWorker - NtDoc

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

PVOID WdfObjectGetTypedContextWorker(
  [in] WDFOBJECT                      Handle,
  [in] PCWDF_OBJECT_CONTEXT_TYPE_INFO TypeInfo
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

WdfObjectGetTypedContextWorker function

Description

[Applies to KMDF and UMDF]

The WdfObjectGetTypedContextWorker method is reserved for internal use only. Use the WdfObjectGetTypedContext macro instead.

Parameters

Handle [in]

TypeInfo [in]

Return value

Remarks

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