BCGControlBar Pro for MFC
BOOL CBCGPToolBarImages::Save ( LPCTSTR  lpszBmpFileName = NULL)

Stores the user-defined toolbar images into a disk file.

Returns
Nonzero if the toolbar images were saved successfully; otherwise 0.

Call this member function to store the user-defined images into a disk file. If lpszBmpFileName is NULL, the function will try to store the bitmap into the same file from which the bitmap was loaded by the Load() member function.

Parameters
lpszBmpFileNameSpecifies a path to a disk file.