int WINAPI BiMICRSetReadBackFunction(
int nHandle,
int (CALLBACK *pMicrCB)(void),
LPBYTE pReadBuffSize,
LPBYTE readCharBuff,
LPBYTE pStatus,
LPBYTE pDetail);
typedef int (CALLBACK* MICRCallback)(void);
typedef int (CALLBACK* StatusCallback)(DWORD);
int WINAPI BiSetInkStatusBackFunction(int nHandle,
int (CALLBACK *pStatusCB)(DWORD dwStatus)
);
I need to convert this function to Delphi.
I tried to use headconv4.2 but the resulting static unit is not completed, and errors occur when compiling.
Thanks in advance for your kind help :D
HeadConvoften isn't a good solution, and allows the answerer to explain some generic information on C to Delphi header conversion. It clearly shows that moderators should be less than a machine – Jeroen Wiert Pluimers Sep 26 '12 at 6:52