Funzione WdfObjectGetTypedContextWorker (wdfobject.h)

[Si applica a KMDF e UMDF]

Il metodo WdfObjectGetTypedContextWorker è riservato solo per uso interno. Utilizzare invece la macro WdfObjectGetTypedContext .

Sintassi

PVOID WdfObjectGetTypedContextWorker(
  [in] WDFOBJECT                      Handle,
  [in] PCWDF_OBJECT_CONTEXT_TYPE_INFO TypeInfo
);

Parametri

[in] Handle

[in] TypeInfo

Commenti

Per altre informazioni sulle regole di pulizia per una gerarchia di oggetti framework, vedere Framework Object Life Cycle.

Requisiti

Requisito Valore
Piattaforma di destinazione Windows
Intestazione wdfobject.h
Regole di conformità DDI DriverCreate(kmdf)