Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NPP-JSONViewer/JSON-Viewer
/ GetXFromLPARAM
Method
GetXFromLPARAM
src/UtilityLib/Utility.cpp:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
short CUtility::GetXFromLPARAM(LPARAM lp)
92
{
93
return static_cast<short>(LOWORD(lp));
94
}
95
96
short CUtility::GetYFromLPARAM(LPARAM lp)
97
{
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64