Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Windows API Utilities 1.1


  • Please log in to reply
5 replies to this topic
hughman
  • Members
  • 192 posts
  • Last active: Feb 14 2016 06:59 AM
  • Joined: 11 Feb 2007
A program to look up an enumeration constant, data type or structure defined in the Windows API, and to parse a structure, which is useful for DllCall in AHK.

I intergrated Lexikos's StructParse and PhiLho's WindowsDataTypes, and add the funtions to look up enumeration constant and structure.

The definition files are all found from web. There're 4543 APIs, 6322 const, 412 struct and 167 data type. But the structure defintions are vb version. If you own C++ version, plz send to me.

Download

History:
V1.1:[*:zwm26oei]Add API looking up, thanks for SKAN's API list file. You can double click to open the related msdn page directly or select a function and then press the button 'Search in MSDN'
[*:zwm26oei]Enum: sort by value as interger
[*:zwm26oei]Enum: add a checkbox to toggle match from beginning
[*:zwm26oei]Enum: the selected row(s) will be copied to clipboard automatically
[*:zwm26oei]DataType: fix search bug

entropic
  • Members
  • 181 posts
  • Last active: Nov 27 2011 03:15 AM
  • Joined: 21 Dec 2008
This is awesome, thank you!

tidbit
  • Administrators
  • 2709 posts
  • Hates playing Janitor
  • Last active: Jan 15 2016 11:37 PM
  • Joined: 09 Mar 2008
very cool!

rawr. be very afraid
*poke*
. Populate the AutoHotkey city. Pointless but somewhat fun. .


jballi
  • Members
  • 1029 posts
  • Last active:
  • Joined: 01 Oct 2005
I missed this when it was first published. Looks useful. Thanks for sharing. 8)

godsstigma
  • Members
  • 222 posts
  • Last active: May 13 2011 03:09 AM
  • Joined: 04 Nov 2008
Just a bump for this amazing tool!

adabo
  • Members
  • 385 posts
  • Last active: Jul 30 2015 07:52 PM
  • Joined: 13 May 2010
Nice work hughman! Sure to be part of my frequently used :)