开发者

Get the string of a Windows Message in C#?

开发者 https://www.devze.com 2023-03-12 03:23 出处:网络
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.P

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())

0

精彩评论

暂无评论...
验证码 换一张
取 消