KSTART_ROUTINE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

KSTART_ROUTINE KstartRoutine;

VOID KstartRoutine(
  [in] PVOID StartContext
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-wdm-kstart_routine)

KSTART_ROUTINE callback function

Description

The ThreadStart routine provides an entry point for a driver-created system thread.

Parameters

StartContext [in]

A caller-supplied pointer to driver-defined context information that is specified in the StartContext parameter a previous call to PsCreateSystemThread.

See also

PsCreateSystemThread