.
SetBitmapBits (gdi32)
Click to read this page8/16/2008 5:31:09 AM - -203.81.197.27
.
Summary The SetBitmapBits API
Click to read this page8/16/2008 5:31:09 AM - -203.81.197.27
.
static extern int SetBitmapBits(IntPtr hbmp, uint cBytes, byte [] lpBits);
An IntPtr is a pointer to a memory location (unmanaged) that adapts to the platform it is running on (64-bit, etc.) UNLIKE a standard int/Integer. You should always use this type for unmanaged calls that require it, even though an int will appear to work on your development machine.
1/13/2008 4:00:13 AM - Damon Carr-72.43.165.29
.
Documentation [SetBitmapBits] on MSDN