| View previous topic :: View next topic |
| Author |
Message |
hughman
Joined: 11 Feb 2007 Posts: 166
|
Posted: Sat Sep 19, 2009 3:29 pm Post subject: Windows API Utilities 1.1 |
|
|
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:- 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'
- Enum: sort by value as interger
- Enum: add a checkbox to toggle match from beginning
- Enum: the selected row(s) will be copied to clipboard automatically
- DataType: fix search bug
|
|
| Back to top |
|
 |
entropic
Joined: 21 Dec 2008 Posts: 181
|
Posted: Fri Oct 02, 2009 2:29 am Post subject: |
|
|
| This is awesome, thank you! |
|
| Back to top |
|
 |
tidbit
Joined: 09 Mar 2008 Posts: 1807 Location: Minnesota, USA
|
Posted: Fri Oct 02, 2009 3:59 am Post subject: |
|
|
very cool! _________________ rawr. be very afraid
*poke*
Note: My name is all lowercase for a reason.
Even monkeys fall from trees. - Japanese proverb |
|
| Back to top |
|
 |
jballi
Joined: 01 Oct 2005 Posts: 747 Location: Texas, USA
|
Posted: Fri Oct 02, 2009 8:35 am Post subject: |
|
|
I missed this when it was first published. Looks useful. Thanks for sharing.  |
|
| Back to top |
|
 |
godsstigma
Joined: 04 Nov 2008 Posts: 222 Location: Memphis, TN
|
Posted: Sun Nov 14, 2010 11:23 pm Post subject: |
|
|
| Just a bump for this amazing tool! |
|
| Back to top |
|
 |
adabo
Joined: 13 May 2010 Posts: 352 Location: Houston, Tx.
|
Posted: Sun Nov 14, 2010 11:25 pm Post subject: |
|
|
Nice work hughman! Sure to be part of my frequently used  |
|
| Back to top |
|
 |
|