I see that I can se开发者_C百科nd strings in Windows Messages.
But how do I read them from a processed Windows Message?You should use Marshal.PtrToStringAnsi()
or (Marshal.PtrToStringUni()
/ Marshal.PtrToStringAuto()
)
I see that I can se开发者_C百科nd strings in Windows Messages.
But how do I read them from a processed Windows Message?You should use Marshal.PtrToStringAnsi()
or (Marshal.PtrToStringUni()
/ Marshal.PtrToStringAuto()
)
精彩评论