Skip to content

JoeGlines/AHK_DllCall_WinAPI

This branch is 14 commits behind jNizM/AHK_DllCall_WinAPI:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

485615e · Dec 3, 2013

History

9 Commits
Dec 3, 2013
Nov 26, 2013
Nov 26, 2013
Nov 26, 2013
Dec 3, 2013

Repository files navigation

AutoHotkey, WinAPI & DllCall's by jNizM

AHK --> DllCall --> WinAPI

Current

Clipboard Functions

  • [CloseClipboard](src/Clipboard Functions/CloseClipboard.ahk)
  • [EmptyClipboard](src/Clipboard Functions/EmptyClipboard.ahk)
  • [OpenClipboard](src/Clipboard Functions/OpenClipboard.ahk)

Cursor Functions

  • [GetCursorInfo](src/Cursor Functions/GetCursorInfo.ahk)
  • [GetCursorPos](src/Cursor Functions/GetCursorPos.ahk)
  • [GetPhysicalCursorPos](src/Cursor Functions/GetPhysicalCursorPos.ahk)
  • [SetCursorPos](src/Cursor Functions/SetCursorPos.ahk)
  • [SetPhysicalCursorPos](src/Cursor Functions/SetPhysicalCursorPos.ahk)

Disk Management Functions

  • [GetDiskFreeSpace](src/Disk Management Functions/GetDiskFreeSpace.ahk)
  • [GetDiskFreeSpaceEx](src/Disk Management Functions/GetDiskFreeSpaceEx.ahk)

Error Handling Functions

  • [Beep](src/Error Handling Functions/Beep.ahk)

File Management Functions

  • [CopyFile](src/File Management Functions/CopyFile.ahk)
  • [DeleteFile](src/File Management Functions/DeleteFile.ahk)
  • [MoveFile](src/File Management Functions/MoveFile.ahk)
  • [MoveFileEx](src/File Management Functions/MoveFileEx.ahk)

IP Helper Functions

  • [GetIpStatistics](src/IP Helper Functions/GetIpStatistics.ahk)
  • [GetIpStatisticsEx](src/IP Helper Functions/GetIpStatisticsEx.ahk)
  • [GetTcpStatistics](src/IP Helper Functions/GetTcpStatistics.ahk)
  • [GetTcpStatisticsEx](src/IP Helper Functions/GetTcpStatisticsEx.ahk)
  • [GetUdpStatistics](src/IP Helper Functions/GetUdpStatistics.ahk)
  • [GetUdpStatisticsEx](src/IP Helper Functions/GetUdpStatisticsEx.ahk)

Memory Management Functions

  • [GetPhysicallyInstalledSystemMemory](src/Memory Management Functions/GetPhysicallyInstalledSystemMemory.ahk)
  • [GlobalMemoryStatusEx](src/Memory Management Functions/GlobalMemoryStatusEx.ahk)

Process and Thread Functions

  • [GetActiveProcessorCount](src/Process and Thread Functions/GetActiveProcessorCount.ahk)
  • [GetActiveProcessorGroupCount](src/Process and Thread Functions/GetActiveProcessorGroupCount.ahk)
  • [GetCommandLine](src/Process and Thread Functions/GetCommandLine.ahk)
  • [GetCurrentProcess](src/Process and Thread Functions/GetCurrentProcess.ahk)
  • [GetCurrentProcessId](src/Process and Thread Functions/GetCurrentProcessId.ahk)
  • [GetCurrentProcessorNumber](src/Process and Thread Functions/GetCurrentProcessorNumber.ahk)
  • [GetCurrentThread](src/Process and Thread Functions/GetCurrentThread.ahk)
  • [GetCurrentThreadId](src/Process and Thread Functions/GetCurrentThreadId.ahk)
  • [GetMaximumProcessorCount](src/Process and Thread Functions/GetMaximumProcessorCount.ahk)
  • [GetMaximumProcessorGroupCount](src/Process and Thread Functions/GetMaximumProcessorGroupCount.ahk)
  • [GetProcessVersion](src/Process and Thread Functions/GetProcessVersion.ahk)
  • [Sleep](src/Process and Thread Functions/Sleep.ahk)
  • [SleepEx](src/Process and Thread Functions/SleepEx.ahk)

System Information Functions

  • [GetVersion](src/System Information Functions/GetVersion.ahk)
  • [GetVersionEx](src/System Information Functions/GetVersionEx.ahk)
  • [QueryPerformanceCounter](src/System Information Functions/QueryPerformanceCounter.ahk)
  • [QueryPerformanceFrequency](src/System Information Functions/QueryPerformanceFrequency.ahk)

System Shutdown Functions

  • [LockWorkStation](src/System Shutdown Functions/LockWorkStation.ahk)

Time Functions

  • [GetLocalTime](src/Time Functions/GetLocalTime.ahk)
  • [GetSystemTime](src/Time Functions/GetSystemTime.ahk)
  • [GetTickCount](src/Time Functions/GetTickCount.ahk)
  • [GetTickCount64](src/Time Functions/GetTickCount64.ahk)
  • [SetLocalTime](src/Time Functions/SetLocalTime.ahk)
  • [SetSystemTime](src/Time Functions/SetSystemTime.ahk)

Volume Management Functions

  • [GetDriveType](src/Volume Management Functions/GetDriveType.ahk)

Others

Info

Contributing

  • thanks to AutoHotkey Community

Copyright and License

WTFPL License

About

AutoHotkey, WinAPI & DllCalls

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published