GetGWFindDataSize

The GetGWFindDataSize function retrieves the size of the WIN32_FIND_DATA structure of the gateway.

Quick Info

Header file: GWMAIN.H
Library: GWMAIN.LIB

ULONG GetGWFindDataSize(
  LPVOID lpParameter  
);
 

Parameters

lpParameter
Points to the thread handle from HrGWStartNewMailHandler.

Return Values

A ULONG specifying the size (in bytes) of the Win32 WIN32_FIND_DATA structure of the gateway.

Remarks

You must determine the size of the WIN32_FIND_DATA structure of the gateway so you can allocate enough space for the GetGWFindData function.

For information on the WIN32_FIND_DATA structure, see the Win32 Structures documentation in the "Reference" section of the Microsoft Platform SDK.

See Also

HrGWStartNewMailHandler