EndFork

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

Syntax

  Copy imageCopy 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 BeginFork call and before this EndFork call.