BExplorer.Shell.DropExtensions.RegisterClipboardFormat C# (CSharp) Method

RegisterClipboardFormat() private method

private RegisterClipboardFormat ( string lpszFormatName ) : uint
lpszFormatName string
return uint
        private static extern uint RegisterClipboardFormat(string lpszFormatName);