Changes between Initial Version and Version 2 of Ticket #155
- Timestamp:
- Sep 1, 2007, 9:42:57 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #155
- Property Resolution → fixed
- Property Status new → closed
-
Ticket #155 – Description
initial v2 1 1 It 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. 2 2 3 This probably should be implemented as a wrapper (i.e.XDosSetPathInfo()).3 This probably should be implemented as a wrappers (i.e.XDosSetPathInfo()).