MCPcopy Create free account
hub / github.com/csersoft/HWFW_GUI / ListView_SetProc

Function ListView_SetProc

HWFW_GUI/ListView_Events.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void ListView_SetProc(HWND hCtrl)
27{
28 wfnLV = (WNDPROC)SetWindowLongPtr(hCtrl, GWL_WNDPROC, (LONG)&ListView_WndProc);
29}
30
31void ListView_RightClick(LPNMITEMACTIVATE lpnmItemActivate)
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected