Condividi tramite


STOR_THREAD_START_ROUTINE funzione di callback (storport.h)

STOR_THREAD_START_ROUTINE fornisce un punto di ingresso per un thread di sistema creato da miniport di archiviazione.

Sintassi

STOR_THREAD_START_ROUTINE StorThreadStartRoutine;

void StorThreadStartRoutine(
  [in] PVOID StartContext
)
{...}

Parametri

[in] StartContext

Puntatore fornito dal chiamante alle informazioni sul contesto definite dal miniport specificate nel parametro StartContext in una chiamata precedente a StorPortCreateSystemThread. StartContext può essere NULL.

Valore restituito

Nessuno

Fabbisogno

Requisito Valore
server minimo supportato Windows Server 2022
intestazione storport.h

Vedere anche

StorPortCreateSystemThread