shell32ApiStrRetToBuf Method |
Namespace: TheVaultLibAssembly: 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
)
<DllImportAttribute("shlwapi.dll">]
Public Shared Function StrRetToBuf (
ByRef pstr As shell32ApiSTRRET,
pidl As IntPtr,
pszBuf As StringBuilder,
cchBuf As UInteger
) As Integer
public:
[DllImportAttribute(L"shlwapi.dll")]
static int StrRetToBuf(
shell32ApiSTRRET% pstr,
IntPtr pidl,
StringBuilder^ pszBuf,
unsigned int cchBuf
)
[<DllImportAttribute("shlwapi.dll")>]
static member StrRetToBuf :
pstr : shell32ApiSTRRET byref *
pidl : IntPtr *
pszBuf : StringBuilder *
cchBuf : uint32 -> int
Parameters
- pstr
- Type: TheVaultLibshell32ApiSTRRET
- pidl
- Type: SystemIntPtr
- pszBuf
- Type: System.TextStringBuilder
- cchBuf
- Type: SystemUInt32
Return Value
Type:
Int32
See Also