ReactOS 0.4.16-dev-59-gd481587
|
#include <commdlg.h>
Public Attributes | |
DWORD | lStructSize |
HWND | hwndOwner |
HWND | hInstance |
COLORREF | rgbResult |
COLORREF * | lpCustColors |
DWORD | Flags |
LPARAM | lCustData |
LPCCHOOKPROC | lpfnHook |
LPCWSTR | lpTemplateName |
DWORD tagCHOOSECOLORW::Flags |
Definition at line 255 of file commdlg.h.
Referenced by CC_HookCallChk(), CC_WMInitDialog(), ChooseColorA(), and ChooseColorW().
HWND tagCHOOSECOLORW::hInstance |
Definition at line 252 of file commdlg.h.
Referenced by ChooseColorA(), and ChooseColorW().
HWND tagCHOOSECOLORW::hwndOwner |
Definition at line 251 of file commdlg.h.
Referenced by CC_WMCommand(), ChooseColorA(), and ChooseColorW().
LPARAM tagCHOOSECOLORW::lCustData |
Definition at line 256 of file commdlg.h.
Referenced by ChooseColorA().
COLORREF* tagCHOOSECOLORW::lpCustColors |
Definition at line 254 of file commdlg.h.
Referenced by CC_MouseCheckUserColorArray(), CC_PaintUserColorArray(), CC_WMCommand(), and ChooseColorA().
LPCCHOOKPROC tagCHOOSECOLORW::lpfnHook |
Definition at line 257 of file commdlg.h.
Referenced by CC_HookCallChk(), CC_WMCommand(), CC_WMInitDialog(), ChooseColorA(), and ColorDlgProc().
LPCWSTR tagCHOOSECOLORW::lpTemplateName |
Definition at line 258 of file commdlg.h.
Referenced by ChooseColorA(), and ChooseColorW().
DWORD tagCHOOSECOLORW::lStructSize |
Definition at line 250 of file commdlg.h.
Referenced by ChooseColorA().
COLORREF tagCHOOSECOLORW::rgbResult |
Definition at line 253 of file commdlg.h.
Referenced by CC_EditSetRGB(), CC_MouseCheckPredefColorArray(), CC_MouseCheckUserColorArray(), CC_PaintSelectedColor(), CC_WMCommand(), CC_WMInitDialog(), CC_WMLButtonDown(), CC_WMMouseMove(), and ChooseColorA().