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

BindToHandler() public method

public BindToHandler ( IntPtr pbc, System.Guid &rbhid, System.Guid &riid, IntPtr &ppvOut ) : HResult
pbc System.IntPtr
rbhid System.Guid
riid System.Guid
ppvOut System.IntPtr
return HResult
		public HResult BindToHandler(IntPtr pbc, ref Guid rbhid, ref Guid riid, out IntPtr ppvOut)
		{
			throw new NotSupportedException();
		}

Same methods

ShellItemArray::BindToHandler ( IntPtr pbc, System.Guid bhid, System.Guid riid, IntPtr &ppv ) : void