ReactOS 0.4.16-dev-1273-g5b94656
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
#define | HKEY_GRAYED HKEY_REGTREEOPTION_GRAYED |
#define | MAXVALUEDATA 100 |
Enumerations | |
enum | { TYPE_CHECK = 0 , TYPE_RADIO , TYPE_GROUP , TYPE_INVALID , STATEIMAGESPERTYPE = 4 , STATE_CHECKOFF = TYPE_CHECK * STATEIMAGESPERTYPE , STATE_CHECKON , STATE_RADIOOFF = TYPE_RADIO * STATEIMAGESPERTYPE , STATE_RADIOON , STATE_GROUP = TYPE_GROUP * STATEIMAGESPERTYPE } |
Functions | |
C_ASSERT ((STATE_CHECKON &1) &&(STATE_RADIOON &1) &&STATE_RADIOON< STATE_GROUP) | |
static HBITMAP | CreatDibBitmap (HDC hDC, UINT cx, UINT cy, UINT bpp) |
static HIMAGELIST | CreateStateImages (UINT ImageSize) |
static DWORD | NormalizeRegType (DWORD Type) |
static DWORD | GetRegDWORD (HKEY hKey, LPCWSTR Name, PDWORD Data) |
static DWORD | GetRegDWORD (HKEY hKey, LPCWSTR Name, DWORD Default) |
static HRESULT | GetRegString (HKEY hKey, LPCWSTR Name, LPWSTR Buffer, DWORD cchBuffer) |
static int | AddIconFromRegistry (HIMAGELIST hIL, HKEY hKey, LPCWSTR Name) |
static HRESULT | GetDefaultValue (HKEY hKey, DWORD &Type, LPVOID Data, DWORD &Size) |
static HRESULT | GetSetState (HKEY hKey, DWORD &Type, LPBYTE Data, DWORD &Size, BOOL Set) |
static HRESULT | GetCheckState (HKEY hKey, BOOL UseDefault=FALSE) |
static HRESULT | SaveCheckState (HKEY hKey, BOOL Checked) |
static void | WalkTree (WALK_TREE_CMD Command, HWND hTree, HTREEITEM hTI) |
#define HKEY_GRAYED HKEY_REGTREEOPTION_GRAYED |
Definition at line 10 of file regtreeoptions.cpp.
#define MAXVALUEDATA 100 |
Definition at line 11 of file regtreeoptions.cpp.
anonymous enum |
Enumerator | |
---|---|
TYPE_CHECK | |
TYPE_RADIO | |
TYPE_GROUP | |
TYPE_INVALID | |
STATEIMAGESPERTYPE | |
STATE_CHECKOFF | |
STATE_CHECKON | |
STATE_RADIOOFF | |
STATE_RADIOON | |
STATE_GROUP |
Definition at line 13 of file regtreeoptions.cpp.
|
static |
Definition at line 141 of file regtreeoptions.cpp.
Referenced by CRegTreeOptions::AddItemsFromRegistry().
C_ASSERT | ( | ) |
Definition at line 28 of file regtreeoptions.cpp.
Referenced by CreateStateImages().
|
static |
Definition at line 43 of file regtreeoptions.cpp.
Referenced by CRegTreeOptions::InitTree().
Definition at line 289 of file regtreeoptions.cpp.
Referenced by CRegTreeOptions::AddItemsFromRegistry(), and WalkTree().
Definition at line 159 of file regtreeoptions.cpp.
Referenced by GetCheckState(), and GetSetState().
Definition at line 127 of file regtreeoptions.cpp.
Definition at line 121 of file regtreeoptions.cpp.
Referenced by CRegTreeOptions::AddItemsFromRegistry(), and GetSetState().
Definition at line 134 of file regtreeoptions.cpp.
Referenced by AddIconFromRegistry(), and GetSetState().
Definition at line 165 of file regtreeoptions.cpp.
Referenced by GetCheckState(), and SaveCheckState().
Definition at line 111 of file regtreeoptions.cpp.
Referenced by GetCheckState().
Definition at line 342 of file regtreeoptions.cpp.
Referenced by WalkTree().
|
static |
Definition at line 354 of file regtreeoptions.cpp.
Referenced by DECLARE_INTERFACE_(), and WalkTree().