Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[Applies to KMDF and UMDF]
The WdfObjectGetTypedContextWorker method is reserved for internal use only. Use the WdfObjectGetTypedContext macro instead.
Syntax
PVOID WdfObjectGetTypedContextWorker(
[in] WDFOBJECT Handle,
[in] PCWDF_OBJECT_CONTEXT_TYPE_INFO TypeInfo
);
Parameters
[in] Handle
[in] TypeInfo
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 |
| DDI compliance rules | DriverCreate(kmdf) |