Partager via


Fonction WdfObjectGetTypedContextWorker (wdfobject.h)

[S’applique à KMDF et UMDF]

La méthode WdfObjectGetTypedContextWorker est réservée à un usage interne uniquement. 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

Notes

Pour plus d’informations sur les règles de nettoyage d’une hiérarchie d’objets framework, consultez Framework Object Life Cycle.

Configuration requise

Condition requise Valeur
Plateforme cible Windows
En-tête wdfobject.h
Règles de conformité DDI DriverCreate(kmdf)