From 628183c2f9e3e82462e0625407877898636726df Mon Sep 17 00:00:00 2001 From: Rob Shearman Date: Sat, 16 Feb 2008 15:36:13 +0000 Subject: [PATCH] advapi32: Document that the cbData parameter of RegSetValueA/W is ignored. --- dlls/advapi32/registry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/advapi32/registry.c b/dlls/advapi32/registry.c index dbc77236c17..40994fce79c 100644 --- a/dlls/advapi32/registry.c +++ b/dlls/advapi32/registry.c @@ -1065,7 +1065,7 @@ LSTATUS WINAPI RegSetValueExA( HKEY hkey, LPCSTR name, DWORD reserved, DWORD typ * lpSubKey [I] Name of a subkey of hKey. * dwType [I] Type of information to store. * lpData [I] String that contains the data to set for the default value. - * cbData [I] Size of lpData. + * cbData [I] Ignored. * * RETURNS * Success: ERROR_SUCCESS