C++ supported in the kernel since Vista,
https://learn.microsoft.com/en-us/cpp/build/reference/kernel...
"The new wil library for C++ code in drivers"
https://community.osr.com/discussion/291326/the-new-wil-libr...
> wil was primarily developed by the Windows shell team for writing usermode code, but the NDIS and Bluetooth teams have contributed some small kernel-specific features. Here's a few examples of how you can use wil in your kernel driver:
>C++ supported in the kernel since Vista
Both of those things code be true.
C++ supported in the kernel since Vista,
https://learn.microsoft.com/en-us/cpp/build/reference/kernel...
"The new wil library for C++ code in drivers"
https://community.osr.com/discussion/291326/the-new-wil-libr...
> wil was primarily developed by the Windows shell team for writing usermode code, but the NDIS and Bluetooth teams have contributed some small kernel-specific features. Here's a few examples of how you can use wil in your kernel driver: