]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/regkey.tex
added null pointer check and assert
[wxWidgets.git] / docs / latex / wx / regkey.tex
index c20ae973b9a95b5f10c448c729296897e13ee151..20519cd3fc0da0e0065c2f8f67249e8cf8864acc 100644 (file)
@@ -162,7 +162,7 @@ Gets the first value of this key.
 
 \membersection{wxRegKey::GetKeyInfo}\label{wxregkeygetkeyinfo}
 
-\constfunc{bool}{Exists}{\param{size\_t *}{pnSubKeys}, \param{size\_t *}{pnValues}, \param{size\_t *}{pnMaxValueLen}}
+\constfunc{bool}{GetKeyInfo}{\param{size\_t *}{pnSubKeys}, \param{size\_t *}{pnValues}, \param{size\_t *}{pnMaxValueLen}}
 
 Gets information about the key.
 
@@ -174,6 +174,8 @@ Gets information about the key.
 
 \docparam{pnValues}{The number of values.}
 
+\docparam{pnMaxValueLen}{The maximum length of a value.}
+
 
 \membersection{wxRegKey::GetNextKey}\label{wxregkeygetnextkey}