GetGWPath

The GetGWPath function retrieves the full path to the gateway.

Quick Info

Header file: GWMAIN.H
Library: GWMAIN.LIB

LPTSTR GetGWPath(
  LPVOID lpParameter  
);
 

Parameters

lpParameter
The thread handle from HrGWStartNewMailHandler.

Return Values

A pointer to a string containing the full path to the gateway.

See Also

HrGWStartNewMailHandler