advapi32: Document that the cbData parameter of RegSetValueA/W is ignored.
This commit is contained in:
parent
121be51f1d
commit
628183c2f9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue