在PB中如何用API实现目录的选择
我现在用的
Function unsignedlong SHGetPathFromIDListA( unsignedlong pidl, ref string pszPath) Library 'shell32'
Function unsignedlong SHBrowseForFolderA(Ref BROWSEINFO lpbrowseinfo ) Library 'shell32'
Subroutine CoTaskMemFree(ulong idlist) Library 'ole32'
但是他有一个类型,,我怎么也想不明白,就是BROWSEINFO类型,请问手指点