Changeset 9647 for trunk/src/kernel32/registry.cpp
- Timestamp:
- Jan 8, 2003, 3:25:40 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/registry.cpp
r9482 r9647 1 /* $Id: registry.cpp,v 1. 19 2002-12-10 18:52:16sandervl Exp $ */1 /* $Id: registry.cpp,v 1.20 2003-01-08 14:25:40 sandervl Exp $ */ 2 2 3 3 /* … … 853 853 854 854 if((rc == ERROR_SUCCESS || rc == ERROR_MORE_DATA) && 855 lpszValue == NULL &&pcbValue)855 pcbValue) 856 856 { 857 857 *pcbValue = *pcbValue * sizeof(WCHAR); //size in bytes!! … … 987 987 988 988 if((rc == ERROR_SUCCESS || rc == ERROR_MORE_DATA) && 989 lp bData == NULL && lpcbData)989 lpcbData) 990 990 { 991 991 switch(*lpdwType) {
Note:
See TracChangeset
for help on using the changeset viewer.