- Timestamp:
- Nov 23, 1999, 8:33:09 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/advapi32/registry.cpp
r1382 r1817 1 /* $Id: registry.cpp,v 1. 5 1999-10-20 17:18:17 phallerExp $ */1 /* $Id: registry.cpp,v 1.6 1999-11-23 19:33:09 sandervl Exp $ */ 2 2 3 3 /* … … 103 103 PHKEY, phkResult) 104 104 { 105 dprintf(("RegCreateKeyA %x %s", hKey, lpszSubKey)); 105 106 return _O32_RegCreateKey(ConvertKey(hKey), 106 107 lpszSubKey, … … 535 536 LONG rc; 536 537 538 dprintf(("RegOpenKey %s", arg2)); 539 537 540 rc = _O32_RegOpenKey(ConvertKey(arg1), 538 541 arg2, … … 595 598 LONG rc; 596 599 600 dprintf(("RegOpenKeyEx %s", arg2)); 597 601 rc = _O32_RegOpenKeyEx(ConvertKey(arg1), 598 602 arg2,
Note:
See TracChangeset
for help on using the changeset viewer.