ReactOS 0.4.16-dev-306-g647d351
|
#include "progman.h"
Go to the source code of this file.
Typedefs | |
typedef HRESULT(WINAPI * | ETDTProc) (HWND, DWORD) |
typedef HRESULT(WINAPI * | SWTProc) (HWND, LPCWSTR, LPCWSTR) |
Functions | |
static BOOL | InitUxTheme (VOID) |
HRESULT WINAPI | EnableThemeDialogTexture (_In_ HWND hwnd, _In_ DWORD dwFlags) |
HRESULT WINAPI | SetWindowTheme (_In_ HWND hwnd, _In_ LPCWSTR pszSubAppName, _In_ LPCWSTR pszSubIdList) |
static LRESULT CALLBACK | GROUP_GroupWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
ATOM | GROUP_RegisterGroupWinClass (VOID) |
VOID | GROUP_NewGroup (GROUPFORMAT format, BOOL bIsCommonGroup) |
PROGGROUP * | GROUP_AddGroup (GROUPFORMAT format, BOOL bIsCommonGroup, LPCWSTR lpszName, LPCWSTR lpszGrpFile, INT left, INT top, INT right, INT bottom, INT xMin, INT yMin, INT nCmdShow, WORD cxIcon, WORD cyIcon, BOOL bOverwriteFileOk, BOOL bSuppressShowWindow) |
VOID | GROUP_ModifyGroup (PROGGROUP *hGroup) |
VOID | GROUP_DeleteGroup (PROGGROUP *hGroup) |
VOID | GROUP_ShowGroupWindow (PROGGROUP *hGroup) |
PROGGROUP * | GROUP_ActiveGroup (VOID) |
Variables | |
static HMODULE | hUxTheme = NULL |
static ETDTProc | fnEnableThemeDialogTexture = NULL |
static SWTProc | fnSetWindowTheme = NULL |
Definition at line 671 of file group.c.
Referenced by DIALOG_NEW_DlgProc(), MAIN_MainWndProc(), and MAIN_MenuCommand().
PROGGROUP * GROUP_AddGroup | ( | GROUPFORMAT | format, |
BOOL | bIsCommonGroup, | ||
LPCWSTR | lpszName, | ||
LPCWSTR | lpszGrpFile, | ||
INT | left, | ||
INT | top, | ||
INT | right, | ||
INT | bottom, | ||
INT | xMin, | ||
INT | yMin, | ||
INT | nCmdShow, | ||
WORD | cxIcon, | ||
WORD | cyIcon, | ||
BOOL | bOverwriteFileOk, | ||
BOOL | bSuppressShowWindow | ||
) |
Definition at line 435 of file group.c.
Referenced by GROUP_NewGroup().
Definition at line 627 of file group.c.
Referenced by MAIN_MenuCommand().
|
static |
Definition at line 117 of file group.c.
Referenced by GROUP_RegisterGroupWinClass().
Definition at line 596 of file group.c.
Referenced by MAIN_MenuCommand().
VOID GROUP_NewGroup | ( | GROUPFORMAT | format, |
BOOL | bIsCommonGroup | ||
) |
Definition at line 392 of file group.c.
Referenced by MAIN_MenuCommand().
Definition at line 369 of file group.c.
Referenced by wWinMain().
Definition at line 48 of file group.c.
Referenced by EnableThemeDialogTexture(), GROUP_GroupWndProc(), and SetWindowTheme().
HRESULT WINAPI SetWindowTheme | ( | _In_ HWND | hwnd, |
_In_ LPCWSTR | pszSubAppName, | ||
_In_ LPCWSTR | pszSubIdList | ||
) |
Definition at line 41 of file group.c.
Referenced by EnableThemeDialogTexture(), and InitUxTheme().
Definition at line 44 of file group.c.
Referenced by InitUxTheme(), and SetWindowTheme().
Definition at line 38 of file group.c.
Referenced by InitUxTheme().