AddSecondaryFastIo

BOOL __stdcall AddSecondaryFastIo( HANDLE hOpen, 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:
hOpen
Specifies driver object open handle.

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.

Remarks:
This member is a C-wrapper for CNdisApi::AddSecondaryFastIo