//Driver Procedure
typedef struct DrvProcVect{
int i;
int m
}DrvProcVect;
// Procedures extract from target DLL
typedef DrvProcVect* (*FuncDrv_GetDrvProc)();
...全文
1081打赏收藏
请问大虾们,这个C怎么转成delphi?谢谢!
//Driver Procedure typedef struct DrvProcVect{ int i; int m }DrvProcVect; // Procedures extract from target DLL typedef DrvProcVect* (*FuncDrv_GetDrvProc)();