AdvancedLauncher.Tools.NativeMethods.CreateDIBSection C# (CSharp) Method

CreateDIBSection() private method

private CreateDIBSection ( IntPtr hdc, [ pbmi, DIB iUsage, IntPtr &ppvBits, IntPtr hSection, uint dwOffset ) : IntPtr
hdc System.IntPtr
pbmi [
iUsage DIB
ppvBits System.IntPtr
hSection System.IntPtr
dwOffset uint
return System.IntPtr
        public static extern IntPtr CreateDIBSection(IntPtr hdc, [In] ref BITMAPINFO pbmi, DIB iUsage, out IntPtr ppvBits, IntPtr hSection, uint dwOffset);