SHGetSpecialFolderPath |
Declare Function Api_SHGetSpecialFolderPath& Lib "shell32" Alias "SHGetSpecialFolderPathA" (ByVal hwndOwner&, ByVal lpszPath$, ByVal nFolder&, ByVal fCreate&) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Declare Function SHGetSpecialFolderPath Lib "shell32" Alias "SHGetSpecialFolderPathA" (ByVal hwndOwner As Long, ByVal lpszPath As String, ByVal nFolder As Long, fCreate As Long) As Long |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
特殊フォルダのパスを取得 する。 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
パラメータ
fCreate
|