MCPcopy Index your code
hub / github.com/AppleWin/AppleWin / FrameMessageBox

Method FrameMessageBox

source/Windows/Win32Frame.cpp:656–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

654}
655
656int Win32Frame::FrameMessageBox(LPCSTR lpText, LPCSTR lpCaption, UINT uType)
657{
658 const HWND handle = g_hFrameWindow ? g_hFrameWindow : GetDesktopWindow();
659 return MessageBox(handle, lpText, lpCaption, uType);
660}
661
662void Win32Frame::GetBitmap(WORD id, LONG cb, LPVOID lpvBits)
663{

Callers 15

Snapshot_LoadState_v2Function · 0.80
Snapshot_LoadStateFunction · 0.80
Snapshot_SaveStateFunction · 0.80
MemInitializeFunction · 0.80
MemInitializeROMFunction · 0.80
MemInitializeCustomF8ROMFunction · 0.80
MemInitializeCustomROMFunction · 0.80
New_DOSProDOS_DiskFunction · 0.80
New_Blank_DiskFunction · 0.80
Format_ProDOS_DiskFunction · 0.80
Format_DOS33_DiskFunction · 0.80
LoadConfigurationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected