Ignore:
Timestamp:
Jan 5, 2000, 8:38:29 PM (26 years ago)
Author:
sandervl
Message:

added extra logging

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:38 sandervl Exp $ */
     1/* $Id: registry.cpp,v 1.10 2000-01-05 19:38:29 sandervl Exp $ */
    22
    33/*
     
    161161                                   LPDWORD,              lpdwDisposition)
    162162{
     163  dprintf(("RegCreateKeyExA %x %s", hKey, lpszSubKey));
     164
    163165  return _O32_RegCreateKeyEx(ConvertKey(hKey),
    164166                             lpszSubKey,
     
    198200  char *astring2 = UnicodeToAsciiString(lpszClass);
    199201  LONG  rc;
     202
     203  dprintf(("RegCreateKeyExW %x %s", hKey, astring1));
    200204
    201205  rc = _O32_RegCreateKeyEx(ConvertKey(hKey),
Note: See TracChangeset for help on using the changeset viewer.