feat comm init win10-win11

This commit is contained in:
2026-06-16 10:22:02 +08:00
parent 18242cc37d
commit 1dfe28ca38
8 changed files with 282 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#pragma once
#include "Base.h"
namespace kernel_comm_create
{
auto Init()->BOOL;
auto remove()->BOOL;
}