STOR_THREAD_START_ROUTINE callback function (storport.h)
STOR_THREAD_START_ROUTINE provides an entry point for a storage miniport-created system thread.
Syntax
STOR_THREAD_START_ROUTINE StorThreadStartRoutine;
void StorThreadStartRoutine(
[in] PVOID StartContext
)
{...}
Parameters
[in] StartContext
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.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported server | Windows Server 2022 |
Header | storport.h |