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

Alexandre Julliard julliard at winehq.org
Mon Feb 18 08:50:43 CST 2008


Module: wine
Branch: master
Commit: 628183c2f9e3e82462e0625407877898636726df
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=628183c2f9e3e82462e0625407877898636726df

Author: Rob Shearman <rob at codeweavers.com>
Date:   Sat Feb 16 15:36:13 2008 +0000

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

---

 dlls/advapi32/registry.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/advapi32/registry.c b/dlls/advapi32/registry.c
index dbc7723..40994fc 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




More information about the wine-cvs mailing list