shell32ApiSHGetPathFromIDList Method |
Namespace: TheVaultLibAssembly: TheVaultLib (in TheVaultLib.dll) Version: 1.0.3776.37319
Syntax[DllImportAttribute("shell32.dll")]
public static int SHGetPathFromIDList(
IntPtr pidl,
StringBuilder pszPath
)
<DllImportAttribute("shell32.dll">]
Public Shared Function SHGetPathFromIDList (
pidl As IntPtr,
pszPath As StringBuilder
) As Integer
public:
[DllImportAttribute(L"shell32.dll")]
static int SHGetPathFromIDList(
IntPtr pidl,
StringBuilder^ pszPath
)
[<DllImportAttribute("shell32.dll")>]
static member SHGetPathFromIDList :
pidl : IntPtr *
pszPath : StringBuilder -> int
Parameters
- pidl
- Type: SystemIntPtr
- pszPath
- Type: System.TextStringBuilder
Return Value
Type:
Int32
See Also