다음을 통해 공유


FsRtlUninitializeLargeMcb 함수(ntifs.h)

FsRtlUninitializeLargeMcb 루틴은 MCB(큰 지도 제어 블록)를 초기화하지 않습니다.

통사론

void FsRtlUninitializeLargeMcb(
  PLARGE_MCB Mcb
);

매개 변수

Mcb

초기화할 MCB 구조체에 대한 포인터를 제공합니다. MCB는 FsRtlInitializeLargeMcb호출하여 초기화되어야 합니다.

반환 값

없음

발언

FsRtlUninitializeLargeMcb MCB 구조를 초기화하지 않습니다.

초기화되지 않은 후에는 FsRtlInitializeLargeMcb호출하여 MCB를 다시 사용하도록 초기화할 수 있습니다.

요구 사항

요구
대상 플랫폼 보편적
헤더 ntifs.h(Ntifs.h 포함)
라이브러리 NtosKrnl.lib
DLL NtosKrnl.exe
IRQL <= APC_LEVEL

참고 항목

FsRtlAddLargeMcbEntry

FsRtlGetNextLargeMcbEntry

FsRtlInitializeLargeMcb

FsRtlLookupLargeMcbEntry

FsRtlLookupLastLargeMcbEntry

FsRtlLookupLastLargeMcbEntryAndIndex

FsRtlNumberOfRunsInLargeMcb

FsRtlRemoveLargeMcbEntry

FsRtlSplitLargeMcb

FsRtlTruncateLargeMcb