How to pass a structure pointer from Visual Basic to a C function in a DLL

后端 未结 0 700
萌比男神i
萌比男神i 2021-01-25 07:48

I have a DLL written in C with a data structure defined as follows:

#define RECEIVE_BUFFER_SIZE 64
typedef union
{
    struct {
        uint8_t  Status;
        u         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题