开发者

Get the string of a Windows Message in C#?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜