| 654 | } |
| 655 | |
| 656 | int 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 | |
| 662 | void Win32Frame::GetBitmap(WORD id, LONG cb, LPVOID lpvBits) |
| 663 | { |
no outgoing calls
no test coverage detected