<wx/msw/registry.h>
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
\wxheading{Example}
\begin{verbatim}
\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.
\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.
\docparam{pnValues}{The number of values.}
+\docparam{pnMaxValueLen}{The maximum length of a value.}
+
\membersection{wxRegKey::GetNextKey}\label{wxregkeygetnextkey}