Ignore:
Timestamp:
Jan 8, 2003, 3:25:40 PM (23 years ago)
Author:
sandervl
Message:

Get/SetTimeZoneInformation changes; RegQueryValue(Ex)W length fixes

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:16 sandervl Exp $ */
     1/* $Id: registry.cpp,v 1.20 2003-01-08 14:25:40 sandervl Exp $ */
    22
    33/*
     
    853853
    854854  if((rc == ERROR_SUCCESS || rc == ERROR_MORE_DATA) &&
    855      lpszValue == NULL && pcbValue)
     855     pcbValue)
    856856  {
    857857      *pcbValue = *pcbValue * sizeof(WCHAR); //size in bytes!!
     
    987987
    988988  if((rc == ERROR_SUCCESS || rc == ERROR_MORE_DATA) &&
    989      lpbData == NULL && lpcbData)
     989     lpcbData)
    990990  {
    991991      switch(*lpdwType) {
Note: See TracChangeset for help on using the changeset viewer.