Changes between Initial Version and Version 2 of Ticket #155


Ignore:
Timestamp:
Sep 1, 2007, 7:42:57 PM (17 years ago)
Author:
Gregg Young
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #155

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #155 – Description

    initial v2  
    11It appears that some (older?) kernels do not allow the FILESTATUSx buffer to cross a 64K boundary.  The call will fail with ERROR_INVALID_NAME (123).  The workaround is to copy the FILESTATUSx buffer to usable buffer and retry the call.
    22
    3 This probably should be implemented as a wrapper (i.e.XDosSetPathInfo()).
     3This probably should be implemented as a wrappers (i.e.XDosSetPathInfo()).