ReactOS 0.4.16-dev-1093-g93e9710
|
Go to the source code of this file.
Functions | |
INT_PTR CALLBACK | FolderOptionsGeneralDlg (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
INT_PTR CALLBACK | FolderOptionsViewDlg (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
INT_PTR CALLBACK | FolderOptionsFileTypesDlg (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
HBITMAP | Create24BppBitmap (HDC hDC, INT cx, INT cy) |
HBITMAP | BitmapFromIcon (HICON hIcon, INT cx, INT cy) |
HBITMAP | CreateCheckImage (HDC hDC, BOOL bCheck, BOOL bEnabled=TRUE) |
HBITMAP | CreateCheckMask (HDC hDC) |
HBITMAP | CreateRadioImage (HDC hDC, BOOL bCheck, BOOL bEnabled=TRUE) |
HBITMAP | CreateRadioMask (HDC hDC) |
Variables | |
LPCWSTR | g_pszShell32 |
LPCWSTR | g_pszSpace |
Definition at line 58 of file folder_options.cpp.
Definition at line 41 of file folder_options.cpp.
Referenced by BitmapFromIcon(), CreateCheckImage(), and CreateRadioImage().
Definition at line 86 of file folder_options.cpp.
Definition at line 114 of file folder_options.cpp.
Definition at line 138 of file folder_options.cpp.
Definition at line 166 of file folder_options.cpp.
INT_PTR CALLBACK FolderOptionsFileTypesDlg | ( | HWND | hwndDlg, |
UINT | uMsg, | ||
WPARAM | wParam, | ||
LPARAM | lParam | ||
) |
Definition at line 1872 of file filetypes.cpp.
Definition at line 332 of file general.cpp.
Definition at line 956 of file view.cpp.
|
extern |
Definition at line 33 of file folder_options.cpp.
Referenced by NoIconsInFile(), Normalize(), and PickIconDlg().
|
extern |
Definition at line 36 of file folder_options.cpp.
Referenced by EditActionDlg_OnOK(), EditTypeDlg_OnOK(), EditTypeDlg_OnRemove(), NewActionDlg_OnOK(), and NewExtDlg_OnOK().