04 2014 档案
VC做任务管理器涉及到的函数
摘要:以下是做进程管理器所用到的API函数。 若是链接错误,则加上 #include #pragma comment ( lib , "Pdh.lib" ) 第一组函数:枚举进程信息 HANDLE WINAPI CreateToolhelp32Snapshot( ... 阅读全文
posted @ 2014-04-03 15:00 shenlanzifa 阅读(519) 评论(0) 推荐(0)
curl_easy_getinfo() -- 从 curl 句柄里获得附加信息
摘要:curl_easy_getinfo() 函数原型声明如下: #include CURLcode curl_easy_getinfo(CURL *curl, CURLINFO info, ... ); 使用该函数可以在请求求 curl 会话中的相关信息。注意,第 ... 阅读全文
posted @ 2014-04-01 14:29 shenlanzifa 阅读(5133) 评论(0) 推荐(0)
libcurl programming
摘要:Compiling On windows platform, goto the unpack folder, such as d:/libcurl/curl, find the winbuild diretory. Open the vs command line window and us... 阅读全文
posted @ 2014-04-01 14:03 shenlanzifa 阅读(251) 评论(0) 推荐(0)