advapi32: Document that the cbData parameter of RegSetValueA/W is ignored.

This commit is contained in:
Rob Shearman 2008-02-16 15:36:13 +00:00 committed by Alexandre Julliard
parent 121be51f1d
commit 628183c2f9
1 changed files with 1 additions and 1 deletions

View File

@ -1065,7 +1065,7 @@ LSTATUS WINAPI RegSetValueExA( HKEY hkey, LPCSTR name, DWORD reserved, DWORD typ
* lpSubKey [I] Name of a subkey of hKey. * lpSubKey [I] Name of a subkey of hKey.
* dwType [I] Type of information to store. * dwType [I] Type of information to store.
* lpData [I] String that contains the data to set for the default value. * lpData [I] String that contains the data to set for the default value.
* cbData [I] Size of lpData. * cbData [I] Ignored.
* *
* RETURNS * RETURNS
* Success: ERROR_SUCCESS * Success: ERROR_SUCCESS