SHGetSpecialFolderPath
计算机程序
SHGetSpecialFolderPath该api用来获取指定的系统路径。
简介
api用来获取指定的系统路径
Function Long GetDesktopWindow( ) Library 'user32.dll'
hwndOwner :可用GetDesktopWindow API取一个窗口句柄。或直接传null.
lpszPath:返回路径的缓冲区
nFolder:标识代号
fCreate:true :如果文件夹不存在则创建,false:不创建
lpszPath和nFolder对应关系:
VB6
声明(Declare
参考资料
最新修订时间:2024-03-27 22:29
目录
概述
简介
参考资料