Changeset 2328 for trunk/src/advapi32/registry.cpp
- Timestamp:
- Jan 5, 2000, 8:38:29 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/advapi32/registry.cpp
r2172 r2328 1 /* $Id: registry.cpp,v 1. 9 1999-12-21 00:31:38sandervl Exp $ */1 /* $Id: registry.cpp,v 1.10 2000-01-05 19:38:29 sandervl Exp $ */ 2 2 3 3 /* … … 161 161 LPDWORD, lpdwDisposition) 162 162 { 163 dprintf(("RegCreateKeyExA %x %s", hKey, lpszSubKey)); 164 163 165 return _O32_RegCreateKeyEx(ConvertKey(hKey), 164 166 lpszSubKey, … … 198 200 char *astring2 = UnicodeToAsciiString(lpszClass); 199 201 LONG rc; 202 203 dprintf(("RegCreateKeyExW %x %s", hKey, astring1)); 200 204 201 205 rc = _O32_RegCreateKeyEx(ConvertKey(hKey),
Note:
See TracChangeset
for help on using the changeset viewer.