| BOOL CBCGPAppBarWnd::Create | ( | LPCTSTR | lpszWindowName, |
| CRect | rect, | ||
| CWnd * | pParentWnd = NULL |
||
| ) |
Creates and registers application bar.
Creates the window, registers this window as application bar and docks it at the right edge of the screen.
| lpszWindowName | Specifies the window name. |
| rect | Specifies the bounding rectangle in screen coordinates. |
| pParentWnd | A pointer to parent window. |