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

GetCanonicalFormatEtc() public method

public GetCanonicalFormatEtc ( System.Runtime.InteropServices.ComTypes.FORMATETC &formatIn, System.Runtime.InteropServices.ComTypes.FORMATETC &formatOut ) : int
formatIn System.Runtime.InteropServices.ComTypes.FORMATETC
formatOut System.Runtime.InteropServices.ComTypes.FORMATETC
return int
        public int GetCanonicalFormatEtc(ref FORMATETC formatIn, out FORMATETC formatOut)
        {
            formatOut = formatIn;
            return DV_E_FORMATETC;
        }