|
ReactOS 0.4.16-dev-1948-gd260c1d
|

Public Attributes | |
| struct tagPROFILEKEY * | key |
| struct tagPROFILESECTION * | next |
| WCHAR | name [1] |
| struct tagPROFILEKEY* tagPROFILESECTION::key |
Definition at line 70 of file profile.c.
Referenced by PROFILE_DeleteAllKeys(), PROFILE_DeleteKey(), PROFILE_Find(), PROFILE_Free(), PROFILE_GetSection(), PROFILE_Load(), and PROFILE_Save().
| WCHAR tagPROFILESECTION::name[1] |
Definition at line 72 of file profile.c.
Referenced by PROFILE_Load().
| struct tagPROFILESECTION* tagPROFILESECTION::next |
Definition at line 71 of file profile.c.
Referenced by PROFILE_DeleteSection(), and PROFILE_Load().