MSMQ BodyType Integer Allocation

牧云@^-^@ 提交于 2019-12-07 17:56:53

问题


I couldn't find anything about the BodyType-Property (beside the MSDN), especially nothing about the meaning of each integer. So I created messages with BodyTypes = 0...1000 and wrote down the result into an Excel-sheet. I hope this is helpful for someone.


回答1:


Maybe there are even more BodyTypes and someone could add them




回答2:


Even though the question and answer are two years old, it sometimes helps to dig through the C++ documentation when dealing with obscure MS API's. This is no exception.

PROPID_M_BODY_TYPE

Describes the body types, and what the body should contain.

What continues to be unclear to me is weather these values should have custom values when creating a custom format handler.



来源:https://stackoverflow.com/questions/18134862/msmq-bodytype-integer-allocation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!