SECToolBarManager::AddBitmap

BOOLSECToolBarManager::AddBitmap(HBITMAPhBmpSmall, HBITMAPhBmpLarge, const UINT*lpIDArray, UINTnIDCount)

Append a new bitmap resource at runtime for use with the available custom toolbar buttons

Defined in: tbarmgr.cpp

Return Value

True if toolbar bitmap was successfully added.

Parameters

hBmpSmall

Handle to bitmap of the standard size buttons.

hBmpLarge

Handle to bitmap of the large size buttons. If you are not supplying "large button mode", you can use the same resource string as specified by lpszStdBmpName.

lpIDArray

Array of button ids corresponding to this new bitmap resource.

nIDCount

Number of elements in lpIDArray

Comments

See AddBitmapResource for a functional description. This variant allows HBITMAP's to be passed in.

See Also

AddBitmapResource