|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <commdlg.h>

Public Attributes | |
| DWORD | lStructSize |
| HWND | hwndOwner |
| HWND | hInstance |
| COLORREF | rgbResult |
| COLORREF * | lpCustColors |
| DWORD | Flags |
| LPARAM | lCustData |
| LPCCHOOKPROC | lpfnHook |
| LPCSTR | lpTemplateName |
| DWORD tagCHOOSECOLORA::Flags |
Definition at line 244 of file commdlg.h.
Referenced by CMainWindow::ChooseColor(), and ChooseColorA().
| HWND tagCHOOSECOLORA::hInstance |
Definition at line 241 of file commdlg.h.
Referenced by ChooseColorA().
| HWND tagCHOOSECOLORA::hwndOwner |
Definition at line 240 of file commdlg.h.
Referenced by CMainWindow::ChooseColor(), and ChooseColorA().
| LPARAM tagCHOOSECOLORA::lCustData |
Definition at line 245 of file commdlg.h.
Referenced by ChooseColorA().
| COLORREF* tagCHOOSECOLORA::lpCustColors |
Definition at line 243 of file commdlg.h.
Referenced by CMainWindow::ChooseColor(), and ChooseColorA().
| LPCCHOOKPROC tagCHOOSECOLORA::lpfnHook |
Definition at line 246 of file commdlg.h.
Referenced by ChooseColorA().
| LPCSTR tagCHOOSECOLORA::lpTemplateName |
Definition at line 247 of file commdlg.h.
Referenced by ChooseColorA().
| DWORD tagCHOOSECOLORA::lStructSize |
Definition at line 239 of file commdlg.h.
Referenced by CMainWindow::ChooseColor().
| COLORREF tagCHOOSECOLORA::rgbResult |
Definition at line 242 of file commdlg.h.
Referenced by CMainWindow::ChooseColor(), and ChooseColorA().