Rejiggered the ReadFile and ReadDir API.
The new API lends itself toward reading directly into the output buffer, saving a memmove and allowing for easy reuse of output buffers.
Showing
Please register or sign in to comment
The new API lends itself toward reading directly into the output buffer, saving a memmove and allowing for easy reuse of output buffers.