NDK_FN_SRQ_NOTIFICATION_CALLBACK callback function (ndkpi.h)
The NdkSrqNotificationCallback (NDK_FN_SRQ_NOTIFICATION_CALLBACK) function provides NDK shared receive queue (SRQ) notifications from an NDK provider.
Syntax
NDK_FN_SRQ_NOTIFICATION_CALLBACK NdkFnSrqNotificationCallback;
void NdkFnSrqNotificationCallback(
[in, optional] PVOID SrqNotificationContext,
[in] NTSTATUS SrqStatus
)
{...}
Parameters
[in, optional] SrqNotificationContext
A context area that was specified in the SrqNotificationContext parameter of the NdkCreateSrq (NDK_FN_CREATE_SRQ) function when the SRQ object was created.
[in] SrqStatus
Indicates if a fatal SRQ error occurred. The following status codes are defined:
Return value
None
Remarks
Note This routine is implemented by the NDK consumer and passed to the NDK provider.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported,Supported in NDIS 6.30 and later. |
Minimum supported server | Windows Server 2012 |
Target Platform | Windows |
Header | ndkpi.h (include Ndkpi.h) |
IRQL | <=DISPATCH_LEVEL |