shell32ApiSHBrowseForFolder Method |
Namespace: TheVaultLibAssembly: TheVaultLib (in TheVaultLib.dll) Version: 1.0.3776.37319
Syntax[DllImportAttribute("shell32.dll")]
public static IntPtr SHBrowseForFolder(
ref shell32ApiBROWSEINFO lbpi
)
<DllImportAttribute("shell32.dll">]
Public Shared Function SHBrowseForFolder (
ByRef lbpi As shell32ApiBROWSEINFO
) As IntPtr
public:
[DllImportAttribute(L"shell32.dll")]
static IntPtr SHBrowseForFolder(
shell32ApiBROWSEINFO% lbpi
)
[<DllImportAttribute("shell32.dll")>]
static member SHBrowseForFolder :
lbpi : shell32ApiBROWSEINFO byref -> IntPtr
Parameters
- lbpi
- Type: TheVaultLibshell32ApiBROWSEINFO
Return Value
Type:
IntPtr
See Also