// wdm.h
KSTART_ROUTINE KstartRoutine;
VOID KstartRoutine(
[in] PVOID StartContext
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The ThreadStart routine provides an entry point for a driver-created system thread.
StartContext [in]A caller-supplied pointer to driver-defined context information that is specified in the StartContext parameter a previous call to PsCreateSystemThread.