基线 SVN r240
SVN-Revision: r240
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Lskj.AttachStart.Service
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public struct MsgHeader
|
||||
{
|
||||
public const uint sizeOf = 8;
|
||||
public uint dwType;
|
||||
public uint dwLen;
|
||||
public uint dwUserId;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user