// ndkpi.h
NDK_FN_GET_REMOTE_TOKEN_FROM_MR NdkFnGetRemoteTokenFromMr;
UINT32 NdkFnGetRemoteTokenFromMr(
[in] NDK_MR *pNdkMr
)
{...}
View the official Windows Driver Kit DDI reference
No description available.
The NdkGetRemoteTokenFromMr (NDK_FN_GET_REMOTE_TOKEN_FROM_MR) function gets a memory token from a remote NDK memory region (MR).
pNdkMr
[in]A pointer to an NDK memory region (MR) object (NDK_MR).
The NdkGetRemoteTokenFromMr function returns a local memory region token.
NdkGetRemoteTokenFromMr can be called after an NdkRegisterMr (NDK_FN_REGISTER_MR) or NdkInitializeFastRegisterMr (NDK_FN_INITIALIZE_FAST_REGISTER_MR) call is completed.
NDK_FN_INITIALIZE_FAST_REGISTER_MR