MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Release

Method Release

Source/Engine/Platform/Windows/WindowsWindow.DragDrop.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51Windows::ULONG Window::Release()
52{
53 return _InterlockedDecrement(&_refCount);
54}
55
56HGLOBAL duplicateGlobalMem(HGLOBAL hMem)
57{

Callers 3

DoDragDropMethod · 0.45
InternalReleaseMethod · 0.45
AttachMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected