Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [StructLayout(LayoutKind.Sequential)]
- struct RefStringAttribute
- {
- byte strSize;
- byte[] str;
- }
- [StructLayout(LayoutKind.Sequential)]
- struct msgpacket
- {
- IHeader Header;
- RefStringAttribute MsgSrc;
- RefStringAttribute MsgDest;
- }
Advertisement
Add Comment
Please, Sign In to add comment