|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| HKEY | root |
| WCHAR * | subkey |
| HKEY | hkey |
| WCHAR * | path |
| WCHAR * | name |
| int | len_name |
| WCHAR * | value |
| int | len_value |
| int | ch1 |
| int | ch2 |
| int | ch3 |
| int | chs |
| int key::ch1 |
Definition at line 78 of file nanoxwin.c.
| int key::ch2 |
Definition at line 79 of file nanoxwin.c.
| int key::ch3 |
Definition at line 80 of file nanoxwin.c.
| int key::chs |
Definition at line 81 of file nanoxwin.c.
| int key::len_name |
Definition at line 44 of file path.c.
Referenced by parse_key().
| int key::len_value |
Definition at line 46 of file path.c.
Referenced by parse_key().
| WCHAR* key::name |
Definition at line 43 of file path.c.
Referenced by CommandExactSearchCmp(), parse_key(), PROFILE_GetSection(), PROFILE_Load(), PROFILE_Save(), run_copy(), sqliteKeywordCode(), and VARIANT_GetNamedFormat().
| WCHAR* key::path |
Definition at line 26 of file copy.c.
Referenced by run_copy(), and SHRegOpenUSKeyW().
| HKEY key::root |
Definition at line 23 of file copy.c.
Referenced by run_copy().
| WCHAR* key::subkey |
Definition at line 24 of file copy.c.
Referenced by run_copy().
| WCHAR* key::value |
Definition at line 45 of file path.c.
Referenced by parse_key(), PROFILE_Free(), PROFILE_GetSection(), PROFILE_GetString(), PROFILE_Load(), PROFILE_Save(), and PROFILE_SetString().