Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ OnPaint
Function
OnPaint
NULLC/includes/window.cpp:92–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
void OnPaint(HWND wnd)
93
{
94
PAINTSTRUCT ps;
95
BeginPaint(wnd, &ps);
96
EndPaint(wnd, &ps);
97
}
98
99
LRESULT CALLBACK WindowProc(HWND hWnd, unsigned int message, WPARAM wParam, LPARAM lParam)
100
{
Callers
1
WindowProc
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected