mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
* feat: add /xlcopylog command Add a command to copy the dalamud.log file to the user's clipboard, behaving the same as copying the file in an Explorer window. * chore: fix clientstructs submodule * fix: dispose hGlobal if it's unused * refactor: move file copier to util class
23 lines
305 B
Text
23 lines
305 B
Text
CreateFile
|
|
FILE_ACCESS_RIGHTS
|
|
MoveFileEx
|
|
FlushFileBuffers
|
|
WriteFile
|
|
|
|
SetWindowPos
|
|
SetForegroundWindow
|
|
SetFocus
|
|
SetActiveWindow
|
|
HWND_TOPMOST
|
|
HWND_NOTOPMOST
|
|
SET_WINDOW_POS_FLAGS
|
|
|
|
OpenClipboard
|
|
SetClipboardData
|
|
CloseClipboard
|
|
DROPFILES
|
|
CLIPBOARD_FORMAT
|
|
GlobalAlloc
|
|
GlobalLock
|
|
GlobalUnlock
|
|
GLOBAL_ALLOC_FLAGS
|