windows 编程—— 头文件 指引


定义                  相关头文件

#define UNICODE        <WINUSER.h>

                 <WINNT.h>

                 <WINBASE.h>

#define _UNICODE        <TCHAR.h>


头文件              常用函数/定义

<WINBASE.h>          GetCurrentDirectory

                 lstrlen  (About String)

原文地址:https://www.cnblogs.com/BensonLaur/p/5278663.html