BExplorer.Shell.DataObject.GetDataHere C# (CSharp) Method

GetDataHere() public method

public GetDataHere ( System.Runtime.InteropServices.ComTypes.FORMATETC &format, System.Runtime.InteropServices.ComTypes.STGMEDIUM &medium ) : void
format System.Runtime.InteropServices.ComTypes.FORMATETC
medium System.Runtime.InteropServices.ComTypes.STGMEDIUM
return void
        public void GetDataHere(ref FORMATETC format, ref STGMEDIUM medium)
        {
            throw new NotSupportedException();
        }