// storport.h
STOR_THREAD_START_ROUTINE StorThreadStartRoutine;
VOID StorThreadStartRoutine(
[in] PVOID StartContext
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
STOR_THREAD_START_ROUTINE provides an entry point for a storage miniport-created system thread.
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.