WdfObjectGetTypedContextWorker, fonction (wdfobject.h)
[S’applique à KMDF et UMDF]
La méthode WdfObjectGetTypedContextWorker est réservée uniquement à une utilisation interne. Utilisez plutôt la macro WdfObjectGetTypedContext.
Syntaxe
PVOID WdfObjectGetTypedContextWorker(
[in] WDFOBJECT Handle,
[in] PCWDF_OBJECT_CONTEXT_TYPE_INFO TypeInfo
);
Paramètres
[in] Handle
[in] TypeInfo
Remarques
Pour plus d’informations sur les règles de nettoyage d’une hiérarchie d’objets framework, consultez Framework Object Life Cycle.
Spécifications
Besoin | Valeur |
---|---|
plateforme cible | Windows |
En-tête | wdfobject.h |
règles de conformité DDI | DriverCreate(kmdf) |