]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/regkey.tex
Remove use of GetVolumeInformation since it causes long delays on network drives.
[wxWidgets.git] / docs / latex / wx / regkey.tex
index 6b08425ab2cbb51ea6450f83f6aa984abd0fb07a..ac862814c8ca170b0a397fbc2ab879389a8aee96 100644 (file)
@@ -265,5 +265,10 @@ Renames a value.
 
 \func{bool}{SetValue}{\param{const wxChar *}{szValue}, \param{long}{ lValue}}
 
-Sets the numeric value.
+\func{bool}{SetValue}{\param{const wxChar *}{szValue}, \param{const wxString\&}{ strValue}}
+
+\func{bool}{SetValue}{\param{const wxChar *}{szValue}, \param{const wxMemoryBuffer\&}{ buf}}
+
+Sets the given \arg{szValue} which must be numeric, string or binary depending
+on the overload used. If the value doesn't exist, it is created.