somSelf (WPBitmap *) - input
phBitmap (HBITMAP *) -
in/out
Pointer to the buffer to receive the handle
of the bitmap.
phPalette (HPAL *) - in/out
Pointer to the
buffer to receive the handle of the palette. If this parameter is NULL,
no palette handle is returned.
ulWidth (ULONG) - input
Width of the bitmap. This parameter is required.
If this parameter is 0, the bitmap will not be scaled.
ulHeight (ULONG) - input
Height of the bitmap. This parameter is required.
If this parameter is 0, the bitmap will not be scaled.
ulFlags (ULONG) - input
lBackgroundColor (LONG)
- input
Color to be used for transparent pixels.
pbQuitEarly (BOOL *) -
in/out
Buffer containing quit early flag. If this
parameter is NULL, the caller will not be able to asynchronously abort the
loading of the bitmap.
rc (BOOL32) - returns