STOR_THREAD_START_ROUTINE - NtDoc

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

STOR_THREAD_START_ROUTINE StorThreadStartRoutine;

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

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-storport-stor_thread_start_routine)

Description

STOR_THREAD_START_ROUTINE provides an entry point for a storage miniport-created system thread.

Parameters

StartContext [in]

A caller-supplied pointer to miniport-defined context information that was specified in the StartContext parameter in a previous call to StorPortCreateSystemThread. StartContext can be NULL.

Remarks

See also

StorPortCreateSystemThread