NDK_FN_GET_REMOTE_TOKEN_FROM_MW funzione di callback (ndkpi.h)
La funzione NdkGetRemoteTokenFromMw (NDK_FN_GET_REMOTE_TOKEN_FROM_MW) ottiene un token di memoria da una finestra di memoria NDK remota (MW).
Sintassi
NDK_FN_GET_REMOTE_TOKEN_FROM_MW NdkFnGetRemoteTokenFromMw;
UINT32 NdkFnGetRemoteTokenFromMw(
[in] NDK_MW *pNdkMw
)
{...}
Parametri
[in] pNdkMw
Puntatore a un oggetto della finestra di memoria NDK (MW) (NDK_MW).
Valore restituito
La funzione NdkGetRemoteTokenFromMw restituisce un token di area di memoria remota.
Osservazioni
Dopo che una chiamata NdkBind (NDK_FN_BIND) restituisce il controllo al chiamante, è possibile chiamare NdkGetRemoteTokenFromM w per recuperare il token remoto.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Nessuna supportata, supportata in NDIS 6.30 e versioni successive. |
server minimo supportato | Windows Server 2012 |
piattaforma di destinazione | Finestre |
intestazione | ndkpi.h (include Ndkpi.h) |
IRQL | <=DISPATCH_LEVEL |