Condividi tramite


funzione WDF_OBJECT_ATTRIBUTES_INIT (wdfobject.h)

[Si applica a KMDF e UMDF]

La funzione WDF_OBJECT_ATTRIBUTES_INIT inizializza la struttura di WDF_OBJECT_ATTRIBUTES di un driver.

Sintassi

void WDF_OBJECT_ATTRIBUTES_INIT(
  [out] PWDF_OBJECT_ATTRIBUTES Attributes
);

Parametri

[out] Attributes

Puntatore alla struttura WDF_OBJECT_ATTRIBUTES del conducente.

Valore restituito

nessuno

Osservazioni

La funzione WDF_OBJECT_ATTRIBUTES_INIT imposta il membro ExecutionLevel della struttura WDF_OBJECT_ATTRIBUTES specificata su WdfExecutionLevelInheritFromParent e imposta il membro SynchronizationScope su WdfSynchronizationScopeInheritFromParent.

Per esempi di codice che usano WDF_OBJECT_ATTRIBUTES_INIT, vedere WdfObjectCreate e WdfObjectGetTypedContext.

Requisiti

Requisito Valore
Piattaforma di destinazione Universale
Versione KMDF minima 1.0
Versione UMDF minima 2,0
Intestazione wdfobject.h (include Wdf.h)

Vedi anche

WDF_OBJECT_ATTRIBUTES