MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / Release

Method Release

source/MRViewer/MRDragDropWin32Handler.cpp:77–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77ULONG STDMETHODCALLTYPE WinDropTarget::Release( void )
78{
79 auto res = ULONG( InterlockedDecrement64( &owners_ ) );
80 if ( owners_ == 0 )
81 {
82 // clear anything
83 }
84 return res;
85}
86
87HRESULT STDMETHODCALLTYPE WinDropTarget::DragEnter(/* [unique][in] */ __RPC__in_opt IDataObject* pDataObj, /* [in] */ DWORD grfKeyState, /* [in] */ POINTL pt, /* [out][in] */ __RPC__inout DWORD* pdwEffect )
88{

Callers 1

windowsDialogFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected