ReactOS 0.4.16-dev-736-g28b802b
|
Public Attributes | |
WCHAR * | value |
struct tagPROFILEKEY * | next |
WCHAR | name [1] |
WCHAR tagPROFILEKEY::name[1] |
Definition at line 65 of file profile.c.
Referenced by PROFILE_Load().
struct tagPROFILEKEY* tagPROFILEKEY::next |
Definition at line 64 of file profile.c.
Referenced by PROFILE_DeleteAllKeys(), and PROFILE_DeleteKey().
WCHAR* tagPROFILEKEY::value |
Definition at line 63 of file profile.c.
Referenced by PROFILE_DeleteAllKeys(), and PROFILE_DeleteKey().