Platform SDK: Exchange Server

FreeThreadParameter

The FreeThreadParameter function frees the thread context.

Quick Info

Header file: GWMAIN.H
Library: GWMAIN.LIB

VOID FreeThreadParameter(
  LPVOID lpParameter  
);
 

Parameters

lpParameter
Input parameter. Points to the thread context to free.

Return Values

None.

Remarks

For more information on the FreeThreadParameter function, see the PROCESS.C file under the GWMAIN code sample in the Code Samples folder.

See Also

HrGWStartNewFileHandler, HrGWStartNewMailHandler