MCPcopy Create free account
hub / github.com/bobranten/Ext4Fsd / Ext2CleanupCdroms

Function Ext2CleanupCdroms

Ext2Mgr/enumDisk.cpp:1977–1992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1975
1976
1977VOID
1978Ext2CleanupCdroms()
1979{
1980 ULONG i = 0;
1981
1982 for (i=0; i < g_nCdroms; i++) {
1983 if (gCdroms[i].bLoaded) {
1984 gCdroms[i].bLoaded = FALSE;
1985 }
1986 }
1987
1988 g_nCdroms = 0;
1989 if (gCdroms) {
1990 free(gCdroms); gCdroms = NULL;
1991 }
1992}
1993
1994BOOL
1995Ext2CompareExtents(

Callers 2

OnDestroyMethod · 0.85
OnRefreshMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected