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

Method GetBitmap

source/Windows/Win32Frame.cpp:662–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660}
661
662void Win32Frame::GetBitmap(WORD id, LONG cb, LPVOID lpvBits)
663{
664 HBITMAP hBitmap = LoadBitmap(g_hInstance, MAKEINTRESOURCE(id));
665 GetBitmapBits(hBitmap, cb, lpvBits);
666 DeleteObject(hBitmap);
667}
668
669void Win32Frame::Restart()
670{

Callers 1

get_csbitsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected