X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46512126625d26b7c0f6f0a5e795063ce843f87c..a75124d0da255513e83d2e62f963dd849829466b:/docs/latex/wx/regkey.tex?ds=sidebyside diff --git a/docs/latex/wx/regkey.tex b/docs/latex/wx/regkey.tex index ac862814c8..20519cd3fc 100644 --- a/docs/latex/wx/regkey.tex +++ b/docs/latex/wx/regkey.tex @@ -44,6 +44,10 @@ None +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \wxheading{Example} \begin{verbatim} @@ -144,7 +148,7 @@ Gets the name of the registry key. \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. @@ -158,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. @@ -170,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}