NDK_FN_SRQ_NOTIFICATION_CALLBACK funzione di callback (ndkpi.h)
La funzione NdkSrqNotificationCallback (NDK_FN_SRQ_NOTIFICATION_CALLBACK) fornisce notifiche della coda di ricezione condivisa NDK (SRQ) da un provider NDK.
Sintassi
NDK_FN_SRQ_NOTIFICATION_CALLBACK NdkFnSrqNotificationCallback;
void NdkFnSrqNotificationCallback(
[in, optional] PVOID SrqNotificationContext,
[in] NTSTATUS SrqStatus
)
{...}
Parametri
[in, optional] SrqNotificationContext
Area di contesto specificata nel parametro SrqNotificationContext della funzione NdkCreateSrq (NDK_FN_CREATE_SRQ) quando è stato creato l'oggetto SRQ.
[in] SrqStatus
Indica se si è verificato un errore SRQ irreversibile. Vengono definiti i codici di stato seguenti:
Valore restituito
nessuno
Osservazioni
Nota Questa routine viene implementata dal consumer NDK e passata al provider NDK.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | None supported,Supported in NDIS 6.30 and later. |
Server minimo supportato | Windows Server 2012 |
Piattaforma di destinazione | Windows |
Intestazione | ndkpi.h (include Ndkpi.h) |
IRQL | <=DISPATCH_LEVEL |