From b24442f84535632e6f63bffb7d1b887a7107d255 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 18 Oct 2007 09:22:55 +0000 Subject: [PATCH] corrected GetKeyInfo() (bug 1815516) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/regkey.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/latex/wx/regkey.tex b/docs/latex/wx/regkey.tex index c20ae973b9..20519cd3fc 100644 --- a/docs/latex/wx/regkey.tex +++ b/docs/latex/wx/regkey.tex @@ -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} -- 2.45.2