sepdchnk

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.

Win32

VOID sepdchnk(

    USHORT *pipesizeptr,

    USHORT *chunksizeptr

   );


MS-DOS, Windows Version 3.x, and OS/2

VOID FAR sepdchnk(

    USHORT FAR *pipesizeptr,

    USHORT FAR *chunksizeptr

   );


Parameters

pipesizeptr
Size in bytes of the pipe between the application and the local node.
chunksizeptr
DMOD chunk size in bytes.

Remarks

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.)