Might someone help me with the C-wrapper syntax? I have looked at the Harbour website for documentation, but could find none on the c-wrappers.
I have the following code so far. I need to return the second element of the structure "ScanFindInfo". The second element is a string.
Thanks in advance!
I have the following code so far. I need to return the second element of the structure "ScanFindInfo". The second element is a string.
#pragma BEGINDUMP
#include <hbapi.h>
#include <windows.h>
#include <scancapi.h>
HB_FUNC( FindScanner )
{
SCAN_FINDINFO ScanFindInfo;
HANDLE hFindHandle;
DWORD dwResult;
SI_INIT( &ScanFindInfo );
dwResult = SCAN_FindFirst( &ScanFindInfo, &hFindHandle );
}
#pragma ENDDUMPThanks in advance!
Bill Simmeth
Merchant Software Corp
Marshall, Virginia USA
Merchant Software Corp
Marshall, Virginia USA