PIDL Conversion (PIDL to IntPtr)
Performs an explicit conversion from
PIDL to
IntPtr.
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 explicit operator IntPtr (
PIDL pidl
)
Public Shared Narrowing Operator CType (
pidl As PIDL
) As IntPtr
Dim input As PIDL
Dim output As IntPtr
output = CType(input, IntPtr)
static explicit operator IntPtr (
PIDL^ pidl
)
F# does not support the declaration of new casting operators.
No code example is currently available or this language may not be supported.
- pidl PIDL
-
The source PIDL.
IntPtr
The result of the conversion.