Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
static IntPtr | GetModuleHandle (string lpModuleName) |
static uint | GetCurrentThreadId () |
static IntPtr | SetWindowsHookEx (HookType hookType, HookProc lpfn, IntPtr hMod, uint dwThreadId) |
static bool | UnhookWindowsHookEx (IntPtr hhk) |
static IntPtr | CallNextHookEx (IntPtr hhk, int nCode, IntPtr wParam, ref MSG lParam) |
static void | DragAcceptFiles (IntPtr hwnd, bool fAccept) |
static uint | DragQueryFile (IntPtr hDrop, uint iFile, StringBuilder lpszFile, uint cch) |
static void | DragFinish (IntPtr hDrop) |
static void | DragQueryPoint (IntPtr hDrop, out POINT pos) |
static IntPtr B83.Win32.WinAPI.CallNextHookEx | ( | IntPtr | hhk, |
int | nCode, | ||
IntPtr | wParam, | ||
ref MSG | lParam | ||
) |
Referenced by B83.Win32.UnityDragAndDropHook.Callback().
static void B83.Win32.WinAPI.DragAcceptFiles | ( | IntPtr | hwnd, |
bool | fAccept | ||
) |
static void B83.Win32.WinAPI.DragFinish | ( | IntPtr | hDrop | ) |
Referenced by B83.Win32.UnityDragAndDropHook.Callback().
static uint B83.Win32.WinAPI.DragQueryFile | ( | IntPtr | hDrop, |
uint | iFile, | ||
StringBuilder | lpszFile, | ||
uint | cch | ||
) |
Referenced by B83.Win32.UnityDragAndDropHook.Callback().
static void B83.Win32.WinAPI.DragQueryPoint | ( | IntPtr | hDrop, |
out POINT | pos | ||
) |
Referenced by B83.Win32.UnityDragAndDropHook.Callback().
static uint B83.Win32.WinAPI.GetCurrentThreadId | ( | ) |
Referenced by B83.Win32.UnityDragAndDropHook.InstallHook().
static IntPtr B83.Win32.WinAPI.GetModuleHandle | ( | string | lpModuleName | ) |
Referenced by B83.Win32.UnityDragAndDropHook.InstallHook().
static IntPtr B83.Win32.WinAPI.SetWindowsHookEx | ( | HookType | hookType, |
HookProc | lpfn, | ||
IntPtr | hMod, | ||
uint | dwThreadId | ||
) |
Referenced by B83.Win32.UnityDragAndDropHook.InstallHook().
static bool B83.Win32.WinAPI.UnhookWindowsHookEx | ( | IntPtr | hhk | ) |
Referenced by B83.Win32.UnityDragAndDropHook.UninstallHook().