MSDN使用之菜单索引

  MSDN Library Online内容太多,如果不是直接搜索,按照它的树形菜单一级一级找某一个函数的话,需要好多步骤,下面以逐级查找“GDI”函数“GetTextMetrics”的形式,备忘MSDN的一种使用方法:

步骤示例:

  ①打开“Windows GDI”链接:

  ②在树形子目录中点击“Fonts and Text”,转到

  ③在树形子目录中点击“Font and Text Reference”,转到

  ④在树形子目录中点击“Font and Text Functions

进行完如上步骤,便到了一个函数列表,函数很丰富。

常用链接

  API

  Windows API的根目录链接为(百度搜索“Windows API (Windows)”得来):

http://msdn.microsoft.com/en-us/library/cc433218(VS.85).aspx

由于API是诸如GDI等众多函数的统称,所以在MSDN Library中并没有Windows API这一项目录,这个链接包含几种检索方式,方便查找,如下:

Functions in Alphabetical Order
Functions by Category   (这种检索方式会很有用,例如打开类别“Scroll Bar”,函数、消息、通知等都齐啦)
Functions by Release
Windows Data Types
Compatibility with 16-bit Windows

  链接与路径对比样例  

  下面是WM_VSCROLL的链接:

http://msdn.microsoft.com/en-us/library/bb787577(v=vs.85).aspx

其实,这个链接也可以用目录路径的形式如下:

MSDN Library(Online)/Windows Desktop App Development/Develop/Desktop App Technologies/Desktop App UI/Windows Controls/Control Library/Scroll Bar/Scroll Bar Reference/Scroll Bar Notifications/WM_VSCROLL

  常用起始目录

  至于常用的GDI、message等内容,从以下面的路径开始向下检索即可:

MSDN Library(Online)/Windows Desktop App Development/Develop/

它包含如下几个大项:

Desktop App Technologies
Server and System Technologies
Windows API Index

原文地址:https://www.cnblogs.com/tingshuixuan2012/p/3113194.html