Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ GlobalLock
Method
GlobalLock
include/Win32/Win32Lib.h:97–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
{
96
public:
97
explicit GlobalLock(const HGlobal& hg) :
98
m_hg(hg.get()),
99
m_ptr(::GlobalLock(m_hg))
100
{
101
}
102
103
~GlobalLock()
104
{
Callers
nothing calls this directly
Calls
1
GlobalLock
Class · 0.85
Tested by
no test coverage detected