shell32ApiStrRetToBSTR Method |
Namespace: TheVaultLibAssembly: TheVaultLib (in TheVaultLib.dll) Version: 1.0.3776.37319
Syntax[DllImportAttribute("shlwapi.dll")]
public static int StrRetToBSTR(
ref shell32ApiSTRRET pstr,
IntPtr pidl,
out string pbstr
)
<DllImportAttribute("shlwapi.dll">]
Public Shared Function StrRetToBSTR (
ByRef pstr As shell32ApiSTRRET,
pidl As IntPtr,
<OutAttribute> ByRef pbstr As String
) As Integer
public:
[DllImportAttribute(L"shlwapi.dll")]
static int StrRetToBSTR(
shell32ApiSTRRET% pstr,
IntPtr pidl,
[OutAttribute] String^% pbstr
)
[<DllImportAttribute("shlwapi.dll")>]
static member StrRetToBSTR :
pstr : shell32ApiSTRRET byref *
pidl : IntPtr *
pbstr : string byref -> int
Parameters
- pstr
- Type: TheVaultLibshell32ApiSTRRET
- pidl
- Type: SystemIntPtr
- pbstr
- Type: SystemString
Return Value
Type:
Int32
See Also