EndFork function

 
Communications Server 2007 Server SDK Documentation

EndFork

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

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.

  
  What did you think of this topic?
  © 2007 Microsoft Corporation. All rights reserved.