Ole32RevokeDragDrop Method
Revokes the registration of the specified application window as a potential target for OLE drag-and-drop operations.
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("Ole32.dll")]
public static HResult RevokeDragDrop(
IntPtr hWnd
)
<DllImportAttribute("Ole32.dll">]
Public Shared Function RevokeDragDrop (
hWnd As IntPtr
) As HResult
Dim hWnd As IntPtr
Dim returnValue As HResult
returnValue = Ole32.RevokeDragDrop(hWnd)
public:
[DllImportAttribute(L"Ole32.dll")]
static HResult RevokeDragDrop(
IntPtr hWnd
)
[<DllImportAttribute("Ole32.dll")>]
static member RevokeDragDrop :
hWnd : IntPtr -> HResult
No code example is currently available or this language may not be supported.
- hWnd IntPtr
-
Handle to a window previously registered as a target for an OLE drag-and-drop operation.
HResult
Returns
S_OK on success, or other
HResult if an error occurs.