Hi Folks,
I am looking to create a mutex on a struct for a kernel device driver.
>From the DDK it says you need KeInitializeMutex() but I was wondering
how you initialize the mutex on the struct.
KMUTEX mutex;
KeInitializeMutex(&mutex,0);
Where does the structure get allocated?
Thanks in advance for the help,
Cheers,
Con