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

Function ImageGetImageSize

source/DiskImage.cpp:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221UINT ImageGetImageSize(ImageInfo* const pImageInfo)
222{
223 return pImageInfo ? pImageInfo->uImageSize : 0;
224}
225
226bool ImageIsWOZ(ImageInfo* const pImageInfo)
227{

Callers 1

CmdExecuteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected