Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to call a dll-function which start a thread?
#7
...
#ifdef __cplusplus
extern "C" {
#endif

#pragma pack(push,1)
...
typedef struct tag_EXPORT_INFO_111
{
int flag ;//flag
float total;
float num1;
float num2;
float num3;
float numall;
//float num9;
}EXPORT_INFO_111;

...
#pragma pack(pop)
...

DllExport void WINAPI Function1(int *nNum, void *pData); //pData-->EXPORT_INFO_111[x]
...


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)