|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 , REG_GET_DIRECT = -1 } |
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) |
| #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 | |
| REG_GET_DIRECT | |
Definition at line 13 of file regtreeoptions.cpp.
|
static |
Definition at line 142 of file regtreeoptions.cpp.
Referenced by CRegTreeOptions::AddItemsFromRegistry().
| C_ASSERT | ( | ) |
Definition at line 29 of file regtreeoptions.cpp.
Referenced by CreateStateImages().
|
static |
Definition at line 44 of file regtreeoptions.cpp.
Referenced by CRegTreeOptions::InitTree().
Definition at line 160 of file regtreeoptions.cpp.
Referenced by CRegTreeOptions::GetCheckState(), and CRegTreeOptions::GetSetState().
Definition at line 128 of file regtreeoptions.cpp.
Definition at line 122 of file regtreeoptions.cpp.
Referenced by CRegTreeOptions::AddItemsFromRegistry(), and CRegTreeOptions::GetSetState().
Definition at line 135 of file regtreeoptions.cpp.
Referenced by AddIconFromRegistry().
Definition at line 112 of file regtreeoptions.cpp.
Referenced by CRegTreeOptions::GetCheckState().