Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Support Forum
Download Visual Studio Add-In

Terms of Use
Privacy Policy

Search Results for "ReadFileScatter" in [All]

kernel32

.

The documentation states that if using unbuffered IO, the memory must be "storage aligned" (aligned to the sector size of the storage device). Either this is not enforced, or managed allocations (specifically byte arrays) are automatically storage aligned because there seems to be no problem using it. Note that storage aligned and page aligned are not the same, and managed allocations are not in general page aligned (required for ReadFileScatter).

.

WriteFile, WriteFileGather, ReadFileScatter

.
Summary
.

static extern bool ReadFileScatter(IntPtr hFile, FILE_SEGMENT_ELEMENT []

.
Documentation
[ReadFileScatter] on MSDN
.

ReadFile, WriteFileGather, ReadFileScatter

.

ReadFileScatter


 
Access PInvoke.net directly from VS: