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

CopyStgMedium() private method

private CopyStgMedium ( System.Runtime.InteropServices.ComTypes.STGMEDIUM &pcstgmedSrc, System.Runtime.InteropServices.ComTypes.STGMEDIUM &pstgmedDest ) : int
pcstgmedSrc System.Runtime.InteropServices.ComTypes.STGMEDIUM
pstgmedDest System.Runtime.InteropServices.ComTypes.STGMEDIUM
return int
        private static extern int CopyStgMedium(ref STGMEDIUM pcstgmedSrc, ref STGMEDIUM pstgmedDest);
        [DllImport("ole32.dll")]