SHGetSpecialFolderLocation |
Declare Function Api_SHGetSpecialFolderLocation& Lib "shell32" Alias "SHGetSpecialFolderLocation" (ByVal hwndOwner&, ByVal nFolder&, pidl&) |
Declare Function SHGetSpecialFolderLocation Lib "shell32" (ByVal hwndOwner As Long, ByVal nFolder As Long, pidl As ITEMIDLIST) As Long |
|
特殊フォルダのパスを取得する。「スタートメニュー」「送る」「最近使ったファイル」 |
|
パラメータ (PIDL)を格納する変数のアドレスを指定する。呼び出し側アプリケーションは、 SHGetMalloc 関数によって取得できるシェルの IMalloc
インターフェースを使ってこのポインタを解放しなくてはならない。 |