- 博客(2)
- 资源 (3)
- 收藏
- 关注
转载 2007.3.7--C++学习日记--MFC--用VC调用Shell中的目录浏览对话框
有时我们需要获得某个文件夹的路径,而不是文件的路径,这时需要用API函数SHBrowseForFolder来实现。 函数原型为:LPITEMIDLIST SHBrowseForFolder(LPBROWSEINFO lpbi); 其中LPBROWSEINFO为BROWSEINFO结构的指针。BROWSEINFO结构如下:typedef struct _browseinfo
2007-03-07 13:09:00
1056
原创 2007.3.7--C++学习日记--MFC--ZeroMemory宏
The ZeroMemory macro fills a block of memory with zeros.ZeroMemory宏用0来填充一块内存区域。To avoid undesired effects of optimizing compilers, use the SecureZeroMemory function.为了避免优化编译器的意外的影响,请使用SecureZeroMemory
2007-03-07 13:03:00
1445
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人