Windows 驱动入门
前置知识
R3 和 R0
API 从 R3 到 R0
#include <iostream>
#include <windows.h>
void testThread() {
while (true)
{
...
frendguo\'s blog