
Windows
文章平均质量分 77
matrix2009
MFC 文件过滤驱动
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
获取指定的系统路径 SHGetSpecialFolderPath
转载自:http://www.cnblogs.com/riky/archive/2008/02/09/1066291.html 获取指定的系统路径 SHGetSpecialFolderPath 1 #include shlobj.h> 2 #pragma comment(lib, "shell32.lib") 3 4 TCHAR转载 2015-04-17 10:44:45 · 537 阅读 · 0 评论 -
获取盘符所在的物理磁盘号和分区号
转载的 ,出处忘记了,不好意思 #include "stdafx.h" #include #include using namespace std; typedef struct _VOLUME_INFO { TCHAR chFlag; DWORD dwDiskNumber; DWORD dwPartitionNumber; }VOLUME_IN转载 2015-04-17 14:19:14 · 2258 阅读 · 0 评论