NDK_FN_DISCONNECT_EVENT_CALLBACK funzione di callback (ndkpi.h)
La funzione NdkDisconnectEventCallback (NDK_FN_DISCONNECT_EVENT_CALLBACK) viene chiamata dal provider NDK una volta quando il peer si disconnette.
Sintassi
NDK_FN_DISCONNECT_EVENT_CALLBACK NdkFnDisconnectEventCallback;
void NdkFnDisconnectEventCallback(
[in, optional] PVOID DisconnectEventContext
)
{...}
Parametri
[in, optional] DisconnectEventContext
Area di contesto specificata nel parametro DisconnectEvent dell'oggetto NdkCompleteConnect (NDK_FN_COMPLETE_CONNECT) o NdkAccept (NDK_FN_ACCEPT) quando è stata creata la coda di completamento.
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 |