Subject | Code in C to Object Pascal |
---|---|
Author | said bounderra |
Post date | 2007-12-29T15:20:03Z |
Hello all
I have a small problem in how to interpret the C Code
concerning the Callback function into the object
pascal
this will help me to write component to delphi C
buiilder
the functions are :
typedef void (*ISC_PRINT_CALLBACK) (void*, ISC_SHORT,
const char*);
typedef void (*ISC_VERSION_CALLBACK)(void*, const
char*);
typedef void (*ISC_EVENT_CALLBACK)(void*, ISC_USHORT,
const ISC_UCHAR*);
short (*blob_get_segment)
(void* hnd, ISC_UCHAR* buffer, ISC_USHORT buf_size,
ISC_USHORT* result_len);
thnks
_____________________________________________________________________________
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail http://mail.yahoo.fr
I have a small problem in how to interpret the C Code
concerning the Callback function into the object
pascal
this will help me to write component to delphi C
buiilder
the functions are :
typedef void (*ISC_PRINT_CALLBACK) (void*, ISC_SHORT,
const char*);
typedef void (*ISC_VERSION_CALLBACK)(void*, const
char*);
typedef void (*ISC_EVENT_CALLBACK)(void*, ISC_USHORT,
const ISC_UCHAR*);
short (*blob_get_segment)
(void* hnd, ISC_UCHAR* buffer, ISC_USHORT buf_size,
ISC_USHORT* result_len);
thnks
_____________________________________________________________________________
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail http://mail.yahoo.fr