收录查询

文章分类 -  MSDN2001[AC]

MSDN2001中一些比较有参考价值的文章Copy[纯文本 OR 重要]
摘要:Platform SDK: RAS/Routing and RAS Request for Comments Requests for Comments (RFCs) are an ongoing series of documents that discuss the Internet and Internet-... 阅读全文
posted @ 2006-09-20 18:24 -> 阅读(922) 评论(0) 推荐(0)
摘要:TN058: MFC Module State Implementation This technical note describes the implementation of MFC “module state” constructs. An understanding of the module state implementation is critical for using t... 阅读全文
posted @ 2006-02-24 15:41 -> 阅读(941) 评论(0) 推荐(0)
摘要:======================================================================== [MSDN]中对“库”的使用介绍文章: INFO: What Are the C/C++ Libraries My Program Would Link With? Q154753 The information in this... 阅读全文
posted @ 2005-12-31 06:02 -> 阅读(1064) 评论(0) 推荐(0)
摘要:宏名:DECLARE_MESSAGE_MAP 使用方式:DECLARE_MESSAGE_MAP( )Remarks Each CCmdTarget-derived class in your program must provide a message map to handle messages. Use the DECLARE_MESSAGE_MAP macro at the end of y... 阅读全文
posted @ 2005-08-24 14:13 -> 阅读(629) 评论(0) 推荐(0)
摘要:C++ Language Reference inline, __inline, __forceinline The inline and __inline specifiers instruct the compiler to insert a copy of the function body into each place the function is called. in... 阅读全文
posted @ 2005-08-23 03:05 -> 阅读(577) 评论(0) 推荐(0)
摘要:typedef struct _CONTEXT { // // The flags values within this flag control the contents of // a CONTEXT record. // // If the context record is used as an input parameter, then // for... 阅读全文
posted @ 2005-08-17 01:41 -> 阅读(1177) 评论(0) 推荐(0)
摘要:Figure 1 Windows 9x Unicode Functions API Source Windows 95 Windows 98 TextOutW Win32 API Yes Yes TextOutExW Win32 API Yes Yes GetCharWidthW Win32 API Yes Yes GetTextExtentPointW Win32 API Yes... 阅读全文
posted @ 2005-08-16 23:25 -> 阅读(315) 评论(0) 推荐(0)
摘要:Predefined Macros The compiler recognizes six predefined ANSI C macros (see Table 1.1), and the Microsoft C++ implementation provides several more (see Table 1.2). These macros take no arguments and c... 阅读全文
posted @ 2005-08-16 21:38 -> 阅读(671) 评论(0) 推荐(0)
摘要:Using the SDK Headers This version of the Microsoft® Platform SDK targets applications for Microsoft Windows® 95, Microsoft Windows NT® 4.0, Microsoft Windows® 98, Microsoft Windows Millennium Edition... 阅读全文
posted @ 2005-08-15 22:06 -> 阅读(1633) 评论(0) 推荐(0)