PIDL   Conversion (IntPtr to PIDL)

Performs an implicit conversion from IntPtr to PIDL.

Definition

Namespace: DevCase.Win32.Common
Assembly: 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
)

Parameters

handle  IntPtr
A handle to a native ITEMIDLIST.

Return Value

PIDL
The result of the conversion.

See Also