Here is a simple utility that scans import tables in Win32 modules for DLLs and APIs
produces comma-delimited files for easy import into spreadsheet and database programs
useful for scanning the system for instances of a particular API. See below for an exported snapshot of some of the API / DLL that Excel uses.
UsesWhat - DLL/API scan utility
Special thanks to http://www.smidgeonsoft.com/
Download this scanner file:
Download Win32 API Doc:
UsesWhat scans import tables of Win32 executables for references to libraries and/or APIs. The scan recurses subdirectories if requested. It then produces a comma-delimited file of found APIs for later inspection. UsesWhat can be useful for scanning other executables for real-life samples of documented or undocumented APIs.
FREEWARE.
Win32 Platforms.
Win32 API Doc contains Win32 API Declarations for Visual Basic
This file contains only the Const, Type, and Declare statements for Win32 APIs.