Has Windows a C API for Linked List in user space?
I found LIST_ENTRY
.
The page states Kernel-Mode Driver Reference
. And clearly, I did not manage to use it in user space as expected.
I found LIST_ENTRY
.
The page states Kernel-Mode Driver Reference
. And clearly, I did not manage to use it in user space as expected.