Guest User

Untitled

a guest
Aug 3rd, 2012
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. [StructLayout(LayoutKind.Sequential)]
  2. struct RefStringAttribute
  3. {
  4. byte strSize;
  5. byte[] str;
  6. }
  7.  
  8. [StructLayout(LayoutKind.Sequential)]
  9. struct msgpacket
  10. {
  11. IHeader Header;
  12. RefStringAttribute MsgSrc;
  13. RefStringAttribute MsgDest;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment