The GetGWFindData function retrieves a WIN32_FIND_DATA structure.
Header file: | GWMAIN.H |
Library: | GWMAIN.LIB |
LPWIN32_FIND_DATA GetGWFindData(
LPVOID lpParameter
);
A pointer to a Win32 WIN32_FIND_DATA structure. You can determine the size of this structure with a call to the GetGWFindDataSize function.
For more information on the WIN32_FIND_DATA structure, see the Win32 Structures documentation in the "Reference" section of the Microsoft Platform SDK.