Funzione DrvDisableDriver (winddi.h)

La funzione DrvDisableDriver viene usata da GDI per notificare a un driver che non richiede più il driver ed è pronto a scaricarlo.

Sintassi

void DrvDisableDriver();

Valore restituito

nessuno

Osservazioni

Il driver deve liberare tutte le risorse allocate e restituire il dispositivo allo stato in cui è stato caricato il driver.

DrvDisableDriver è necessario per i driver grafici.

Requisiti

Requisito Valore
Piattaforma di destinazione Desktop
Intestazione winddi.h (include Winddi.h)

Vedi anche

DrvEnableDriver