AdvancedLauncher.Tools.NativeMethods.CreateDIBSection C# (CSharp) 메소드

CreateDIBSection() 개인적인 메소드

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
리턴 System.IntPtr
        public static extern IntPtr CreateDIBSection(IntPtr hdc, [In] ref BITMAPINFO pbmi, DIB iUsage, out IntPtr ppvBits, IntPtr hSection, uint dwOffset);