]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/regkey.tex
Added wxDataViewTreeCtrl
[wxWidgets.git] / docs / latex / wx / regkey.tex
index ac862814c8ca170b0a397fbc2ab879389a8aee96..20519cd3fc0da0e0065c2f8f67249e8cf8864acc 100644 (file)
@@ -44,6 +44,10 @@ None
 
 <wx/msw/registry.h>
 
 
 <wx/msw/registry.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \wxheading{Example}
 
 \begin{verbatim}
 \wxheading{Example}
 
 \begin{verbatim}
@@ -144,7 +148,7 @@ Gets the name of the registry key.
 
 \membersection{wxRegKey::GetFirstKey}\label{wxregkeygetfirstkey}
 
 
 \membersection{wxRegKey::GetFirstKey}\label{wxregkeygetfirstkey}
 
-\func{bool}{GetKeyValue}{\param{wxString\&}{ strKeyName}, \param{long\&}{ lIndex}}
+\func{bool}{GetFirstKey}{\param{wxString\&}{ strKeyName}, \param{long\&}{ lIndex}}
 
 Gets the first key.
 
 
 Gets the first key.
 
@@ -158,7 +162,7 @@ Gets the first value of this key.
 
 \membersection{wxRegKey::GetKeyInfo}\label{wxregkeygetkeyinfo}
 
 
 \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.
 
 
 Gets information about the key.
 
@@ -170,6 +174,8 @@ Gets information about the key.
 
 \docparam{pnValues}{The number of values.}
 
 
 \docparam{pnValues}{The number of values.}
 
+\docparam{pnMaxValueLen}{The maximum length of a value.}
+
 
 \membersection{wxRegKey::GetNextKey}\label{wxregkeygetnextkey}
 
 
 \membersection{wxRegKey::GetNextKey}\label{wxregkeygetnextkey}