shell32ApiSHParseDisplayName Method |
Namespace: TheVaultLibAssembly: TheVaultLib (in TheVaultLib.dll) Version: 1.0.3776.37319
Syntax[DllImportAttribute("shell32.dll")]
public static int SHParseDisplayName(
string pszName,
IntPtr pbc,
out IntPtr ppidl,
uint sfgaoIn,
out uint psfgaoOut
)
<DllImportAttribute("shell32.dll">]
Public Shared Function SHParseDisplayName (
pszName As String,
pbc As IntPtr,
<OutAttribute> ByRef ppidl As IntPtr,
sfgaoIn As UInteger,
<OutAttribute> ByRef psfgaoOut As UInteger
) As Integer
public:
[DllImportAttribute(L"shell32.dll")]
static int SHParseDisplayName(
String^ pszName,
IntPtr pbc,
[OutAttribute] IntPtr% ppidl,
unsigned int sfgaoIn,
[OutAttribute] unsigned int% psfgaoOut
)
[<DllImportAttribute("shell32.dll")>]
static member SHParseDisplayName :
pszName : string *
pbc : IntPtr *
ppidl : IntPtr byref *
sfgaoIn : uint32 *
psfgaoOut : uint32 byref -> int
Parameters
- pszName
- Type: SystemString
- pbc
- Type: SystemIntPtr
- ppidl
- Type: SystemIntPtr
- sfgaoIn
- Type: SystemUInt32
- psfgaoOut
- Type: SystemUInt32
Return Value
Type:
Int32
See Also