ReactOS 0.4.15-dev-7842-g558ab78
tagPROFILEKEY Struct Reference
Collaboration diagram for tagPROFILEKEY:

Public Attributes

WCHARvalue
 
struct tagPROFILEKEYnext
 
WCHAR name [1]
 

Detailed Description

Definition at line 61 of file profile.c.

Member Data Documentation

◆ name

WCHAR tagPROFILEKEY::name[1]

Definition at line 65 of file profile.c.

Referenced by PROFILE_Load().

◆ next

struct tagPROFILEKEY* tagPROFILEKEY::next

Definition at line 64 of file profile.c.

Referenced by PROFILE_DeleteAllKeys(), and PROFILE_DeleteKey().

◆ value

WCHAR* tagPROFILEKEY::value

Definition at line 63 of file profile.c.

Referenced by PROFILE_DeleteAllKeys(), and PROFILE_DeleteKey().


The documentation for this struct was generated from the following file: