Search found 38 matches: endstruct

Return to advanced search

Re: Strange characters in TFtp:directory()

...         AS STRING LEN  14       MEMBER nFileType        AS DWORD       MEMBER nCreatorType     AS DWORD       MEMBER nFinderFlags     AS WORD    ENDSTRUCT    if ::hFTP != nil       cBuffer = oWin32FindData:cBuffer       hFTPDir = FtpFindFirstFile( ::hFTP, cMask, @cBuffer, hb_BitOr(INTERNET_FLAG_RELOAD, ...
by hua
Tue Aug 20, 2019 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters in TFtp:directory()
Replies: 4
Views: 680

Re: c++ STRUCTURE data types

... MEMBER lpszUserName AS LPSTR MEMBER lpszPassword AS LPSTR MEMBER lpszCertStore AS LPSTR MEMBER lpszCertName AS LPSTR MEMBER lpszKeyFile AS LPSTR ENDSTRUCT oCredentials:dwSize = oCredentials:SizeOf() oCredentials:lpszCertStore = cCertStore oCredentials:lpszCertName = cCertName INetConnect( ..., ...
by Antonio Linares
Wed Jul 18, 2018 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: c++ STRUCTURE data types
Replies: 3
Views: 699

Re: c++ STRUCTURE data types

... MEMBER lpszUserName AS LPSTR MEMBER lpszPassword AS LPSTR MEMBER lpszCertStore AS LPSTR MEMBER lpszCertName AS LPSTR MEMBER lpszKeyFile AS LPSTR ENDSTRUCT @oCredentials:cBuffer
by Antonio Linares
Wed Jul 18, 2018 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: c++ STRUCTURE data types
Replies: 3
Views: 699

Re: Creando Estructuras TypeDef Struct como en C

... MEMBER Centrado AS BOOL INIT .F. MEMBER DobleAncho AS BOOL INIT .F. MEMBER BorradoTexto AS BOOL INIT .F. MEMBER Negrita AS BOOL INIT .T. ENDSTRUCT memstat(atributosdetexto:cbuffer) Resultado: *************** Memory(0) ............. 2097151 Memory(1) ............. 2097151 Memory(2) ............. ...
by mterraz
Fri Jun 30, 2017 3:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Creando Estructuras TypeDef Struct como en C
Replies: 22
Views: 2763

Re: Creando Estructuras TypeDef Struct como en C

... MEMBER Centrado AS BOOL INIT .F. MEMBER DobleAncho AS BOOL INIT .F. MEMBER BorradoTexto AS BOOL INIT .F. MEMBER Negrita AS BOOL INIT .T. ENDSTRUCT xbrowse(AtributosDeTexto) ----->muesta bien la estructura con sus miembros y los valor en .T. y .F. msginfo( AtributosDeTexto:cBuffer) ...
by mterraz
Wed Jun 28, 2017 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Creando Estructuras TypeDef Struct como en C
Replies: 22
Views: 2763

Re: Creando Estructuras TypeDef Struct como en C

... MEMBER Centrado AS BOOL INIT .F. MEMBER DobleAncho AS BOOL INIT .F. MEMBER BorradoTexto AS BOOL INIT .F. MEMBER Negrita AS BOOL INIT .T. ENDSTRUCT oFiscal:ImprimirTextoFiscal( AtributosDeTexto, "HOLA" ) ----> Argument error RETU .T. Descripcion de la funcion en el OCX void ...
by mterraz
Wed Jun 28, 2017 1:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Creando Estructuras TypeDef Struct como en C
Replies: 22
Views: 2763

Re: Creando Objetos desde un OCX

Mariano,

Busca la palabra ENDSTRUCT en FWH\source\classes y encontraras muchos ejemplos de uso de estructuras desde PRGs
by Antonio Linares
Mon Jun 12, 2017 3:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Creando Objetos desde un OCX
Replies: 16
Views: 2788

Re: Collegare una DLL con C Struttura

Dov'è che sbaglio ? STRUCT TETHParameters MEMBER IPAddress As STRING LEN 16 MEMBER Port As STRING LEN 6 // STRING ?? _INT ?? ENDSTRUCT ETHParameters:=ThisStruct(TETHParameters) ECRData :=ThisStruct(TECRData) POSData :=ThisStruct(TPOSData) ETHParameters:IPAddress:="192.168.1.2" ...
by a.tixi@htech.it
Wed Mar 22, 2017 3:18 pm
 
Forum: All products support
Topic: Collegare una DLL con C Struttura
Replies: 7
Views: 2782

Re: Collegare una DLL con C Struttura

... la funzione StrPtr() per passare il puntatore alla struttura: STRUCT TETHParameters MEMBER IPAddress As STRING LEN 16 MEMBER Port As STRING LEN 6 ENDSTRUCT ETHParameters:=ThisStruct(TETHParameters) ECRData:=ThisStruct(TECRData) POSData:=ThisStruct(TPOSData) ETHParameters:IPAddress:="192.168.1.2" ...
by a.tixi@htech.it
Wed Mar 22, 2017 1:32 pm
 
Forum: All products support
Topic: Collegare una DLL con C Struttura
Replies: 7
Views: 2782

Collegare una DLL con C Struttura

... puntatori alle strutture ------------------------------------------ STRUCT TETHParameters MEMBER IPAddress As STRING LEN 16 MEMBER Port As _INT ENDSTRUCT ETHParameters:=ThisStruct(TETHParameters) ECRData:=ThisStruct(TECRData) POSData:=ThisStruct(TPOSData) ETHParameters:IPAddress:="192.168.1.2" ...
by a.tixi@htech.it
Tue Mar 21, 2017 4:11 pm
 
Forum: All products support
Topic: Collegare una DLL con C Struttura
Replies: 7
Views: 2782

Re: GetAdaptersInfo ¿DLL32 FUNCION o BEGINDUMP/ENDDUMP?

... estructura de datos de la cual solo tengo el puntero a ella? Quisiera retornarlo como string function main() STRUCT MiEstrucuraHarbour MEMBER ... ENDSTRUCT public cTexto:=GetAdaptersInfo() MiEstrucuraHarbour:Buffer:=cTexto // Aquí cargaría mi estructura diseñada en FWH/(x)Harbour return #pragma ...
by JmGarcia
Tue Mar 22, 2016 9:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetAdaptersInfo ¿DLL32 FUNCION o BEGINDUMP/ENDDUMP?
Replies: 12
Views: 2161

Re: Resolucion en pantalla

... nUnusePad AS WORD MEMBER nBitsPPel AS DWORD MEMBER nPelWidth AS DWORD MEMBER nPelHeigh AS DWORD MEMBER nDisFlags AS DWORD MEMBER nDisFreq AS DWORD ENDSTRUCT cBuffer := oDevMode:cBuffer lPosible := EnumDisplaySettings(0, 0, @cBuffer) IF lPosible oDevMode:nFields := nOr(DM_PELSWIDTH, DM_PELSHEIGHT ...
by russimicro
Thu Aug 13, 2015 1:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Resolucion en pantalla
Replies: 7
Views: 2587

Re: CAMBIO RESOLUCION PANTALLA

... nUnusePad AS WORD MEMBER nBitsPPel AS DWORD MEMBER nPelWidth AS DWORD MEMBER nPelHeigh AS DWORD MEMBER nDisFlags AS DWORD MEMBER nDisFreq AS DWORD ENDSTRUCT cBuffer := oDevMode:cBuffer lPosible := EnumDisplaySettings(0, 0, @cBuffer) IF lPosible oDevMode:nFields := nOr(DM_PELSWIDTH, DM_PELSHEIGHT ...
by Maggiro
Sat Apr 19, 2014 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CAMBIO RESOLUCION PANTALLA
Replies: 28
Views: 8651

Re: DLL

... public nAddressPort public VersionInfo public ReaderType public TrType public InventoryScanTime STRUCT nAddressPort MEMBER nValue AS BYTE ENDSTRUCT STRUCT VersionInfo MEMBER Versionnumber AS BYTE MEMBER Versionnumber1 AS BYTE ENDSTRUCT STRUCT ReaderType MEMBER typereader AS BYTE ENDSTRUCT ...
by kok joek hoa
Mon May 21, 2012 1:21 pm
 
Forum: FiveWin for Pocket PC
Topic: DLL
Replies: 59
Views: 97881

Como tomar fecha y hora de un archivo en un FTP??

... DWORD dwReserved1 MEMBER cFileName AS STRING LEN 260 // TCHAR cFileName[MAX_PATH] MEMBER cAltName AS STRING LEN 14 // TCHAR cAlternateFileName[14] ENDSTRUCT cBuffer :=oFTPData:cBuffer FtpFindFirstFile( hConnect, cFTPFldr+'/*.dat', @cBuffer, 0, 0 ) oFTPData:cBuffer :=cBuffer ? oFTPData:cFileName,; ...
by gsabattino
Sun May 06, 2012 5:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como tomar fecha y hora de un archivo en un FTP??
Replies: 1
Views: 1038
Next

Return to advanced search