Go to the source code of this file.
◆ DibFreeImage()
◆ DibLoadImage()
Definition at line 13 of file dibitmap.c.
14{
18
20 {
22 }
23
26 {
29 }
30
33 {
37 }
38
41 {
46 }
47
50 {
55 }
56
65
72
74 {
80 }
81
84
85 return lpBitmap;
86}
GpStatus WINGDIPAPI GdipCreateBitmapFromFile(GDIPCONST WCHAR *filename, GpBitmap **bitmap)
GpStatus WINGDIPAPI GdipGetImageWidth(GpImage *image, UINT *width)
GpStatus WINGDIPAPI GdipGetImageHeight(GpImage *image, UINT *height)
GpStatus WINGDIPAPI GdipBitmapLockBits(GpBitmap *bitmap, GDIPCONST GpRect *rect, UINT flags, PixelFormat format, BitmapData *lockeddata)
GpStatus WINGDIPAPI GdipDisposeImage(GpImage *image)
GpStatus WINGDIPAPI GdipBitmapUnlockBits(GpBitmap *bitmap, BitmapData *lockeddata)
@ ImageLockModeUserInputBuf
BITMAPINFOHEADER bmiHeader
Referenced by ListViewItemChanged().