Funzione IoUnregisterFsRegistrationChange (ntifs.h)

Routine IoUnregisterFsRegistrationChange annulla la registrazione del file system del file system del driver di registrazione del file system.

Sintassi

void IoUnregisterFsRegistrationChange(
  [in] PDRIVER_OBJECT          DriverObject,
  [in] PDRIVER_FS_NOTIFICATION DriverNotificationRoutine
);

Parametri

[in] DriverObject

Puntatore all'oggetto driver per il driver di filtro.

[in] DriverNotificationRoutine

Puntatore alla routine PDRIVER_FS_NOTIFICATION , che il file system chiama quando registra o annulla la registrazione.

Valore restituito

nessuno

Osservazioni

IoUnregisterFsRegistrationChange annulla la registrazione di una routine di notifica del driver di filtro file system in modo che non venga più chiamata ogni volta che un file system chiama IoRegisterFileSystem o IoUnregisterFileSystem. IoUnregisterFsRegistrationChange decrementa anche il conteggio dei riferimenti sull'oggetto driver del driver del filtro.

Requisiti

Requisito Valore
Piattaforma di destinazione Universale
Intestazione ntifs.h (include Ntifs.h)
Libreria NtosKrnl.lib
DLL NtosKrnl.exe
IRQL < DISPATCH_LEVEL

Vedi anche

IoRegisterFileSystem

IoRegisterFsRegistrationChange

IoUnregisterFileSystem