BOOL CNdisApi::AddSecondaryFastIo ( PFAST_IO_SECTION pFastIo, DWORD dwSize );
Initializes an additional Fast I/O shared memory section (up to 16 sections are allowed) after the initial one created by InitializeFastIo.
Return Value:TRUE
if call was successful, FALSE
otherwise
Parameters:pFastIo
Memory buffer allocated for the Fast I/O.
dwSize
Size of the memory buffer above.
Available starting version 3.2.29. Fast I/O is supported for Windows Vista and later. WOW64 mode is not supported.
This member calls the filter driver with IOCTL_NDISRD_INITIALIZE_FAST_IO
control code (see details below).
IOCTL_NDISRD_ADD_SECOND_FAST_IO_SECTION
Input Buffer | INITIALIZE_FAST_IO_PARAMS |
Input Buffer Size | sizeof(INITIALIZE_FAST_IO_PARAMS) |
Output Buffer | None |
Output Buffer Size | 0 |