wdm 获取系统分区 或者system32的路径
如何使用内核函数获取系统分区路径,比如我的系统装在D盘,使用哪个函数能够得知这个盘符。
[解决办法]
RtlInitUnicodeString(&uniName, L"\\DosDevices\\C:\\WINDOWS\\example.txt");
发布时间: 2012-04-14 17:14:21 作者: rapoo
wdm 获取系统分区 或者system32的路径
如何使用内核函数获取系统分区路径,比如我的系统装在D盘,使用哪个函数能够得知这个盘符。
[解决办法]
RtlInitUnicodeString(&uniName, L"\\DosDevices\\C:\\WINDOWS\\example.txt");