|
inline |
Creates and initializes a CBCGPTask object.
| pGroup | [in,out] Points to the parent group. |
| lpszName | Specifies the task name (label). |
| nIcon | Specifies the index of task's image in the image list. |
| uiCommandID | Associated command ID. |
| dwUserData | User-defined data. |
| hwndTask | Handle to the task window. |
| bAutoDestroyWindow | If TRUE the task window will be destroyed automatically. |
| nWindowHeight | Specifies the task window height. |
| align | Specifies the task window location in the parent group. |
| nWindowWidth | Specifies the task window width. |