Home
last modified time | relevance | path

Searched refs:GetDragWindow (Results 1 - 1 of 1) sorted by relevance

/third_party/python/PC/
H A Dpyshellext.cpp188 HRESULT GetDragWindow(IDataObject *pDataObj, HWND *phWnd) { in GetDragWindow() function
202 OutputDebugString(L"PyShellExt::GetDragWindow - failed to get DragWindow format"); in GetDragWindow()
206 OutputDebugString(L"PyShellExt::GetDragWindow - DragWindow format had NULL hGlobal"); in GetDragWindow()
213 OutputDebugString(L"PyShellExt::GetDragWindow - failed to lock DragWindow hGlobal"); in GetDragWindow()
344 if (FAILED(GetDragWindow(data_obj, &hwnd))) { in DragEnter()

Completed in 2 milliseconds