Changeset 1817 for trunk/src


Ignore:
Timestamp:
Nov 23, 1999, 8:33:09 PM (26 years ago)
Author:
sandervl
Message:

added extra logging

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 phaller Exp $ */
     1/* $Id: registry.cpp,v 1.6 1999-11-23 19:33:09 sandervl Exp $ */
    22
    33/*
     
    103103                                 PHKEY, phkResult)
    104104{
     105  dprintf(("RegCreateKeyA %x %s", hKey, lpszSubKey));
    105106  return _O32_RegCreateKey(ConvertKey(hKey),
    106107                          lpszSubKey,
     
    535536  LONG rc;
    536537
     538  dprintf(("RegOpenKey %s", arg2));
     539
    537540  rc = _O32_RegOpenKey(ConvertKey(arg1),
    538541                      arg2,
     
    595598  LONG rc;
    596599
     600  dprintf(("RegOpenKeyEx %s", arg2));
    597601  rc = _O32_RegOpenKeyEx(ConvertKey(arg1),
    598602                        arg2,
Note: See TracChangeset for help on using the changeset viewer.