Tutorial by Examples

The MSDN library contains several different types of documentation which can be used for implementing features. Topic Overviews These are broad overviews of topics intended to provide a general understanding of an API. These overviews also often outline best practices, and implementation strategi...
Finding documentation for a feature is often as simple as a search using a good search engine. If that fails, or if unsure about specific terms, the Windows API Index can help locate specific features. Documentation for methods, interfaces, enumerations and constants can usually be found by searchin...
The documentation for a function is broken down into several sections: Overview Describes what the function is used for. This section will also show information about whether the function is depreciated, or may be unavailable in future versions. Syntax Shows the declaration of the function from ...

Page 1 of 1