HRESULT GetBitmap(
BSTRbstrType// in
longfType// in
long *hBitMap// out
);
The GetBitmap function returns a bitmap handle based upon the type of the instance. Large (120 × 79, 16–system color) and small (30 × 18, 16–system color) bitmaps are defined or supported. It is valid to return zero if a bitmap does not exist. In this case, the default bitmap for the Payment Selector is used.
This function returns one of the following values.
Value | Meaning |
---|---|
E_FAIL | Failure |
S_OK | Success |