NDK_FN_SRQ_NOTIFICATION_CALLBACK fonction de rappel (ndkpi.h)
La fonction NdkSrqNotificationCallback (NDK_FN_SRQ_NOTIFICATION_CALLBACK) fournit des notifications de file d’attente de réception partagée (SRQ) NDK à partir d’un fournisseur NDK.
Syntaxe
NDK_FN_SRQ_NOTIFICATION_CALLBACK NdkFnSrqNotificationCallback;
void NdkFnSrqNotificationCallback(
[in, optional] PVOID SrqNotificationContext,
[in] NTSTATUS SrqStatus
)
{...}
Paramètres
[in, optional] SrqNotificationContext
Zone de contexte spécifiée dans le paramètre SrqNotificationContext de la fonction NdkCreateSrq (NDK_FN_CREATE_SRQ) lors de la création de l’objet SRQ.
[in] SrqStatus
Indique si une erreur SRQ irrécupérable s’est produite. Les codes status suivants sont définis :
Valeur de retour
None
Remarques
Note Cette routine est implémentée par le consommateur NDK et transmise au fournisseur NDK.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Aucune prise en charge, prise en charge dans NDIS 6.30 et versions ultérieures. |
Serveur minimal pris en charge | Windows Server 2012 |
Plateforme cible | Windows |
En-tête | ndkpi.h (incluez Ndkpi.h) |
IRQL | <=DISPATCH_LEVEL |