EndFork

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

EndFork

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

Syntax

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.