Click or drag to resize
shell32ApiStrRetToBuf Method

Namespace: TheVaultLib
Assembly: TheVaultLib (in TheVaultLib.dll) Version: 1.0.3776.37319
Syntax
[DllImportAttribute("shlwapi.dll")]
public static int StrRetToBuf(
	ref shell32ApiSTRRET pstr,
	IntPtr pidl,
	StringBuilder pszBuf,
	uint cchBuf
)

Parameters

pstr
Type: TheVaultLibshell32ApiSTRRET
pidl
Type: SystemIntPtr
pszBuf
Type: System.TextStringBuilder
cchBuf
Type: SystemUInt32

Return Value

Type: Int32
See Also