| 283 | } |
| 284 | |
| 285 | std::wstring Generate(HookParam hp, DWORD processId) |
| 286 | { |
| 287 | return hp.type & DIRECT_READ ? GenerateRCode(hp) : GenerateHCode(hp, processId); |
| 288 | } |
| 289 | |
| 290 | TEST( |
| 291 | assert(StringToWideString(u8"こんにちは") == L"こんにちは"), |
no test coverage detected