MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / ImageClose

Function ImageClose

source/DiskImage.cpp:101–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99//===========================================================================
100
101void ImageClose(ImageInfo* const pImageInfo)
102{
103 pImageInfo->pImageHelper->Close(pImageInfo);
104
105 delete pImageInfo;
106}
107
108//===========================================================================
109

Callers 3

ImageOpenFunction · 0.85
EjectDiskInternalMethod · 0.85
CleanupDriveInternalMethod · 0.85

Calls 1

CloseMethod · 0.80

Tested by

no test coverage detected