EndFork

The EndForkfunction sends the current set of forked messages using the forking proxy initialized with BeginFork .

Syntax

  Copy codeCopy code
void EndFork(void);

Parameters

This function has no parameters.

Remarks

A critical MSPL error is raised if there is not an open forking operation; for example, there is no previous active call to BeginFork. An critical MSPL error is also raised if no calls to Fork were made after the corresponding BeginForkcall and before this EndForkcall.