IoUnregisterFileSystem 함수(ntifs.h)

IoUnregisterFileSystem 루틴은 전역 파일 시스템 큐에서 파일 시스템의 제어 디바이스 개체를 제거합니다.

구문

void IoUnregisterFileSystem(
  [in] PDEVICE_OBJECT DeviceObject
);

매개 변수

[in] DeviceObject

파일 시스템의 제어 디바이스 개체에 대한 포인터입니다.

반환 값

없음

설명

IoUnregisterFileSystem 은 전역 파일 시스템 큐에서 파일 시스템의 제어 디바이스 개체를 제거하여 파일 시스템을 활성 파일 시스템으로 등록 취소하고 파일 시스템의 제어 디바이스 개체에 대한 참조 수를 줄입니다.

IoUnregisterFileSystemIoRegisterFsRegistrationChange를 호출하여 이 알림에 등록된 파일 시스템 필터 드라이버의 알림 루틴을 호출합니다.

요구 사항

요구 사항
대상 플랫폼 유니버설
헤더 ntifs.h(Ntifs.h 포함)
라이브러리 NtosKrnl.lib
DLL NtosKrnl.exe
IRQL < DISPATCH_LEVEL

추가 정보

IoRegisterFileSystem

IoRegisterFsRegistrationChange

IoUnregisterFsRegistrationChange