EndFork function

 
Microsoft Office Live Communications Server 2005 with SP1

EndFork

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

voidEndFork(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?
  © 2008 Microsoft Corporation. All rights reserved.