SearchTreeForFile |
Declare Function Api_SearchTreeForFile& Lib "imagehlp" Alias "SearchTreeForFile" (ByVal RootPath$, ByVal InputPathName$, ByVal OutputPathBuffer$) |
Declare Function SearchTreeForFile Lib "imagehlp" (ByVal RootPath As String, ByVal InputPathName As String, ByVal OutputPathBuffer As String) As Long |
|
パラメータ
戻り値 RootPath で指定可能なパスの最大の深さは、32 ディレクトリである。 ディレクトリツリー内でファイルが見つかった場合、OutputPathBuffer パラメータで指定されたバッファに、完全パスを書き込む。 基になるファイルシステムは、サブディレクトリ検索の順序を指定する。 |