Gary posted a list of windows api functions that I found useful. This inspired me to write an application that would allow me to quickly filter through the list when searching for an api function.
I posted a zip file here.
It displays category, function, and description.
In the text box you type in one or more groups of characters separated by spaces. The list will contain all the api calls that contain all of the sets of characters.
For example "rect inter" will return 7 API functions that contain both rect and inter.
I posted a zip file here.
It displays category, function, and description.
In the text box you type in one or more groups of characters separated by spaces. The list will contain all the api calls that contain all of the sets of characters.
For example "rect inter" will return 7 API functions that contain both rect and inter.
Comment