且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

将 v8::String 转换为 LPCWSTR?

更新时间:2023-11-14 19:22:16

v8::String::Value(args[0]) can be cast to a uint16_t const*code>,它要么是,要么可以转换为 LPCWSTR.(这取决于编译器设置/Zc:wchar_t-)

v8::String::Value(args[0]) can be casted to a uint16_t const*, which either is, or can be casted to LPCWSTR. (This depends on compiler setting /Zc:wchar_t-)