BExplorer.Shell.Interop.ShellItemArray.EnumItems C# (CSharp) Method

EnumItems() public method

public EnumItems ( IntPtr &ppenumShellItems ) : HResult
ppenumShellItems System.IntPtr
return HResult
		public HResult EnumItems(out IntPtr ppenumShellItems)
		{
			throw new NotSupportedException();
		}