BExplorer.Shell.Interop.VistaBridge.ShellItemImpl.ShellItemImpl C# (CSharp) Method

ShellItemImpl() public method

public ShellItemImpl ( IntPtr pidl, bool owner ) : System
pidl System.IntPtr
owner bool
return System
		public ShellItemImpl(IntPtr pidl, bool owner) {
			Pidl = owner ? pidl : Shell32.ILClone(pidl);
		}