Is there a way to pass a C++ struct containing another C++ struct back to C#?

后端 未结 0 522
感情败类
感情败类 2021-01-06 23:23

Suppose I have the following 2 C++ structs:

struct UsbErrorCodes
{
    const signed int UsbInterfaceErrorCode = 0;
    const DWORD WinDriverErrorCode = 0;

           


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