Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows メッセージで文字列を送信できることがわかりました。 しかし、処理された Windows メッセージからそれらを読み取るにはどうすればよいでしょうか?
Marshal.PtrToStringAnsi()または(Marshal.PtrToStringUni()/ Marshal.PtrToStringAuto())を使用する必要があります
Marshal.PtrToStringAnsi()
Marshal.PtrToStringUni()
Marshal.PtrToStringAuto()