Skip to content

文字列関連の問題点など #6

Description

@tablacus

文字列の受け渡しの際はNULL文字で切られてしまう

XMLHttpRequestのresponseBodyが無くなっているのでいろいろやっている際に気付いたんだけど、文字列の受け渡しの際はNULL文字で切られてしまう
XMLHttpRequestの方はbase64を活用することでしのぐことにしたが、
SHFileOperation でpFromに複数の項目をしていする際に \0 で区切るので2つ目から無効になってしまう。
これは配列渡しを可能にすることにする。

https://docs.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-shfileoperationa

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions