MCPcopy Create free account
hub / github.com/NPP-JSONViewer/JSON-Viewer / GetYFromLPARAM

Method GetYFromLPARAM

src/UtilityLib/Utility.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96short CUtility::GetYFromLPARAM(LPARAM lp)
97{
98 return static_cast<short>(HIWORD(lp));
99}
100
101std::wstring CUtility::GetEditCtrlText(HWND hWnd)
102{

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64