GetGWFindData

The GetGWFindData function retrieves a WIN32_FIND_DATA structure.

Quick Info

Header file: GWMAIN.H
Library: GWMAIN.LIB

LPWIN32_FIND_DATA GetGWFindData(
  LPVOID lpParameter  
);
 

Parameters

lpParameter
Input parameter. Points to the thread handle from HrGWStartNewMailHandler.

Return Values

A pointer to a Win32 WIN32_FIND_DATA structure. You can determine the size of this structure with a call to the GetGWFindDataSize function.

Remarks

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

See Also

HrGWStartNewMailHandler