Skip to content

Commit

Permalink
using VS to search for an API (microsoft#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewhims authored Mar 19, 2021
1 parent d2c3ca2 commit 2db5f10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
This repo contains samples that demonstrate
the API used in Windows classic desktop applications.

> [!NOTE
> You can use Microsoft Visual Studio to search the entire set of source code here to see whether the usage of a particular Windows API is being demonstrated. Clone this repo (or download the ZIP) to your local file system. Then **Find in Files** in Visual Studio, set **Look in** to the folder you cloned or downloaded into, and search for an API name. You can install [Visual Studio](https://visualstudio.microsoft.com/downloads/) without expense. A Community edition is available—it's free for students, open-source contributors, and individuals.
These samples demonstrate the functionality and programming model
for Windows and Windows Server.
This repo contains Visual Studio solution (SLN) files for each sample,
Expand Down

0 comments on commit 2db5f10

Please sign in to comment.