The CommandBar_Create function instantiates a new command bar.
HWND CommandBar_Create(HINSTANCE hInst, HWND hwndParent, int idCmdBar);
Header file: | Commctrl.h |
Platforms: | H/PC |
Windows CE versions: | 1.0 and later |
The window handle to the command bar. If this function fails, it returns a value of NULL.
The CommandBar_Create function creates an empty command bar.