这个C++的结构体在C#中如果定义呢?小弟对C++不熟悉,还请各位大神帮帮忙
typedefstruct_MyDemo{struct_MyDemo*pLeft,*pRight;char*Name;ByteAttr;unsignedintTagCla...
typedef struct _MyDemo {
struct _MyDemo *pLeft, *pRight;
char *Name;
Byte Attr;
unsigned int TagClass:2;
unsigned int unUsedBits:23;
unsigned short GlobalSwitch;
Long TagNumber;
unsigned Long Range;
struct _TValue *pDefaultValue;
struct _TCnstrEncodeBy *pEncodedBy;
TWhenFunc *WhenFunc;
struct _MyDemo *pFType;
char *AliasName;
unsigned int nodeNum;
char *explanationInfo;
TTypeExtInfo *pExtInfo;
struct _TCnstr *pEncodeIns;
TControl *pControl;
void *pTextType;
struct _PartDecodeUsedData *pPartDecodeUsedData;
void *reserved3;
struct _TExtendList_MyDemo *pExtend;
} MyDemo; 展开
struct _MyDemo *pLeft, *pRight;
char *Name;
Byte Attr;
unsigned int TagClass:2;
unsigned int unUsedBits:23;
unsigned short GlobalSwitch;
Long TagNumber;
unsigned Long Range;
struct _TValue *pDefaultValue;
struct _TCnstrEncodeBy *pEncodedBy;
TWhenFunc *WhenFunc;
struct _MyDemo *pFType;
char *AliasName;
unsigned int nodeNum;
char *explanationInfo;
TTypeExtInfo *pExtInfo;
struct _TCnstr *pEncodeIns;
TControl *pControl;
void *pTextType;
struct _PartDecodeUsedData *pPartDecodeUsedData;
void *reserved3;
struct _TExtendList_MyDemo *pExtend;
} MyDemo; 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询