Gold mine of Visual C++ tricks!
Handy MSDN.
![]()
In some urgent cases we need to refer function details such as .h, lib, dll name of API etc…, evenif MSDN or internet is not accessable. For that inside visual studio directory a CSV file is provided which describe complete Win32 API function descriptions.
![]()
Its here – <VisualStudioDir>\VC98\Lib\WIN32API.CSV
Open and have a look!