supersnake

c#.net

导航

调用Windows API函数加入的头文件

Posted on 2005-03-04 13:21  supersnake  阅读(1763)  评论(0编辑  收藏  举报


今天在调用WINDOWS API 函数

SHGetSpecialFolderLocation
时,发现要添加 #include "shlobj.h"头文件
一般的WINDOWS API加入的头文件为
#include "windows.h"
#include "shellapi.h"