L在(L“ Hello Driver!”)中是什么意思?

时间:2020-01-16 17:44:56

标签: c driver kernel-mode usermode

在反向工程和驱动程序代码片段中,我已经多次看到过这个(L“单词”)东西。

  • 这是什么意思?
  • 我还有哪些其他选择?
  • 我必须使用L吗?
NTSTATUS DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegisteryPath)
{
    UNICODE_STRING string = RTL_CONSTANT_STRING(L"Hello Driver!");
}

谢谢!

0 个答案:

没有答案