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

Method FrameReleaseDC

source/Windows/WinFrame.cpp:3138–3144  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

3136
3137//===========================================================================
3138void Win32Frame::FrameReleaseDC () {
3139 if (g_hFrameDC) {
3140 SetViewportOrgEx(g_hFrameDC,0,0,NULL);
3141 ReleaseDC(g_hFrameWindow,g_hFrameDC);
3142 g_hFrameDC = (HDC)0;
3143 }
3144}
3145
3146//===========================================================================
3147void Win32Frame::FrameRefreshStatus (int drawflags) {

Callers 2

_CmdConfigFontFunction · 0.80
ReleaseDebuggerMemDCFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected