Home
last modified time | relevance | path

Searched refs:RevokeDragDrop (Results 1 – 8 of 8) sorted by relevance

/reactos/modules/rostests/winetests/ole32/
H A Ddragdrop.c629 hr = RevokeDragDrop(hwnd); in test_Register_Revoke()
636 hr = RevokeDragDrop(NULL); in test_Register_Revoke()
653 hr = RevokeDragDrop(hwnd); in test_Register_Revoke()
/reactos/sdk/include/psdk/
H A Dole2.h56 HRESULT WINAPI RevokeDragDrop(HWND);
/reactos/modules/rosapps/applications/explorer-old/desktop/
H A Ddesktop.cpp542 if (FAILED(RevokeDragDrop(_hwnd))) in ~DesktopShellView()
/reactos/dll/win32/ole32/
H A Dole32.spec279 @ stdcall RevokeDragDrop(long)
H A Dole2.c639 HRESULT WINAPI RevokeDragDrop(HWND hwnd) in RevokeDragDrop() function
/reactos/dll/win32/shdocvw/
H A DCNSCBand.cpp213 ::RevokeDragDrop(m_hwndTreeView); in _DestroyTreeView()
/reactos/dll/win32/shell32/wine/
H A Dshellord.c776 return RevokeDragDrop(hWnd); in SHRevokeDragDrop()
/reactos/dll/win32/shell32/
H A DCDefView.cpp1596 RevokeDragDrop(m_hWnd); in OnDestroy()