PIDL Conversion (IntPtr to PIDL)
Performs an implicit conversion from
IntPtr to
PIDL.
Namespace: DevCase.Win32.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static implicit operator PIDL (
IntPtr handle
)
Public Shared Widening Operator CType (
handle As IntPtr
) As PIDL
Dim input As IntPtr
Dim output As PIDL
output = CType(input, PIDL)
static implicit operator PIDL^ (
IntPtr handle
)
F# does not support the declaration of new casting operators.
No code example is currently available or this language may not be supported.
- handle IntPtr
-
A handle to a native ITEMIDLIST.
PIDL
The result of the conversion.