]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/registry.h
Forgot to update this enhancement from last weekend
[wxWidgets.git] / include / wx / msw / registry.h
index 134267eef0c57d176d4dd515ffc8e21c8e31c467..1a6bf68fcf4c3eb5dcbf15d005c367aa30a20087 100644 (file)
@@ -182,8 +182,14 @@ public:
 
     // set the string value
   bool  SetValue(const wxChar *szValue, const wxString& strValue);
-    // return the string value
-  bool  QueryValue(const wxChar *szValue, wxString& strValue) const;
+    // retrieve the string value
+  bool  QueryValue(const wxChar *szValue, wxString& strValue) const
+    { return QueryValue(szValue, strValue, FALSE); }
+    // retrieve raw string value
+  bool  QueryRawValue(const wxChar *szValue, wxString& strValue) const
+    { return QueryValue(szValue, strValue, TRUE); }
+    // retrieve either raw or expanded string value
+  bool  QueryValue(const wxChar *szValue, wxString& strValue, bool raw) const;
 
 #ifdef  __WIN32__
     // set the numeric value