The sepdchnk function gets the FMI chunk size. The application calls this function to obtain the chunk size that should be used on the FMI. See Pacing and Chunking for more information on FMI chunking. This feature is supported in Comm Server version 1.2 and later and in SNA Server for Win32.
VOID sepdchnk(
USHORT *pipesizeptr, | |
USHORT *chunksizeptr | |
); |
VOID FAR sepdchnk(
USHORT FAR *pipesizeptr, | |
USHORT FAR *chunksizeptr | |
); |
The application does not need to use the pipe size returned by this call. (It is included on this call because the local node uses the same call to obtain both the pipe size and the chunk size.)