Commit 628183c2 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

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

parent 121be51f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment