typedef
[
uuid(52940ED4-B872-40F0-BC96-85BA596031A8),
helpstring("EmPacket支持的类型")
]
enum EmPacket
{
eFileInfoPacket, // 文件信息报文
eFileStreamPacket, // 文件流报文
};
按上面的格式定义,用生成guid的工具生成一个guid并按上面的形式填入到uuid中去
typedef
[
uuid(52940ED4-B872-40F0-BC96-85BA596031A8),
helpstring("EmPacket支持的类型")
]
enum EmPacket
{
eFileInfoPacket, // 文件信息报文
eFileStreamPacket, // 文件流报文
};
按上面的格式定义,用生成guid的工具生成一个guid并按上面的形式填入到uuid中去