summaryrefslogtreecommitdiffstats
path: root/src/windows/identity/uilib/khconfigui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/identity/uilib/khconfigui.h')
-rw-r--r--src/windows/identity/uilib/khconfigui.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/windows/identity/uilib/khconfigui.h b/src/windows/identity/uilib/khconfigui.h
index 1d09fae9e..efe14789d 100644
--- a/src/windows/identity/uilib/khconfigui.h
+++ b/src/windows/identity/uilib/khconfigui.h
@@ -142,7 +142,18 @@ typedef struct tag_khui_config_node_reg {
*/
#define KHUI_CNFLAG_SYSTEM 0x0010
+/*! \brief Settings have been modified
+
+ Settings for this configuration panel have been modified. This
+ flag should be cleared once the settings have been successfully
+ applied.
+ */
#define KHUI_CNFLAG_MODIFIED 0x0100
+
+/*! \brief Settings have been applied
+
+ Set once any modified settings were successfully applied.
+ */
#define KHUI_CNFLAG_APPLIED 0x0200
#define KHUI_CNFLAGMASK_STATIC 0x00ff