hi, i have found in c:\fwh\source\winapi\listview.c what was change for Unicode LPWSTR pWide = fw_parWide( 3 );// lvi.pszText = ( LPTSTR ) hb_parc( 3 ); lvi.pszText = pWide; Question : is fw_parWide() the same as AnsiToWide() :?: --- i have now include #define UNICODE // Made ...
... error information, call Everything_GetLastError Everything_GetResultFullPathNameW() Syntax DWORD Everything_GetResultFullPathName( DWORD index, LPTSTR lpString, DWORD nMaxCount); Parameters index Zero based index of the visible result. lpString [out] Pointer to the buffer that will receive the ...
Syntax void Animate_Open( hwnd, szName); Parameters hwnd Type: HWND A handle to the animation control. szName Type: LPTSTR A pointer to a buffer that contains the path of the AVI file or the name of an AVI resource. Alternatively, this parameter can consist of the AVI resource identifier ...
... without -a now it's ok here the code: thanks to all === #pragma BEGINDUMP #include <windows.h> #include <hbapi.h> DWORD CEFGetVersion(LPTSTR lpVer, LPDWORD lpdwSysError); DWORD CEFRead(unsigned char *lpMemArea, LPDWORD pdwByteRead, LPDWORD lpdwSysError); DWORD CEFWrite(unsigned char ...
Creo que aqui está la clave: dwTypeData Type: LPTSTR The contents of the menu item. The meaning of this member depends on the value of fType and is used only if the MIIM_TYPE flag is set in the fMask member. To retrieve a menu item of type MFT_STRING, ...
... i write this function and work fine but i need the function for read and write thanks HB_FUNC( PCSC_NAME ) { LONG rv; SCARDCONTEXT hContext; LPTSTR mszReaders; SCARDHANDLE hCard; DWORD dwReaders, dwActiveProtocol, dwRecvLength; rv = SCardEstablishContext(SCARD_SCOPE_SYSTEM, NULL, NULL, &hContext); ...
... struct RDD { RDD() : pszDeviceName(NULL), pNext(NULL), pszDisplayName(NULL) {} ~RDD() { LocalFree(pszDeviceName); LocalFree(pszDisplayName); } LPTSTR pszDeviceName; // Device name for registry setting. LPTSTR pszDisplayName; // Name to show the world DWORD dwState; // ON/off/[Discoverable for ...