The GetGWFindDataSize function retrieves the size of the WIN32_FIND_DATA structure of the gateway.
Header file: | GWMAIN.H |
Library: | GWMAIN.LIB |
ULONG GetGWFindDataSize(
LPVOID lpParameter
);
A ULONG specifying the size (in bytes) of the Win32 WIN32_FIND_DATA structure of the gateway.
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.