// wdfobject.h
PVOID WdfObjectGetTypedContextWorker(
[in] WDFOBJECT Handle,
[in] PCWDF_OBJECT_CONTEXT_TYPE_INFO TypeInfo
);
View the official Windows Driver Kit DDI referenceNo description available.
[Applies to KMDF and UMDF]
The WdfObjectGetTypedContextWorker method is reserved for internal use only. Use the WdfObjectGetTypedContext macro instead.
Handle [in]TypeInfo [in]For more information about the cleanup rules for a framework object hierarchy, see Framework Object Life Cycle.