AdvancedLauncher.Tools.NativeMethods.CreateDIBSection C# (CSharp) Méthode

CreateDIBSection() private méthode

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