NDK_FN_GET_REMOTE_TOKEN_FROM_MR - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ndkpi.h

NDK_FN_GET_REMOTE_TOKEN_FROM_MR NdkFnGetRemoteTokenFromMr;

UINT32 NdkFnGetRemoteTokenFromMr(
  [in] NDK_MR *pNdkMr
)
{...}

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-ndkpi-ndk_fn_get_remote_token_from_mr)

NDK_FN_GET_REMOTE_TOKEN_FROM_MR callback function

Description

The NdkGetRemoteTokenFromMr (NDK_FN_GET_REMOTE_TOKEN_FROM_MR) function gets a memory token from a remote NDK memory region (MR).

Parameters

pNdkMr [in]

A pointer to an NDK memory region (MR) object (NDK_MR).

Return value

The NdkGetRemoteTokenFromMr function returns a local memory region token.

Remarks

NdkGetRemoteTokenFromMr can be called after an NdkRegisterMr (NDK_FN_REGISTER_MR) or NdkInitializeFastRegisterMr (NDK_FN_INITIALIZE_FAST_REGISTER_MR) call is completed.

See also

NDK_FN_INITIALIZE_FAST_REGISTER_MR

NDK_FN_REGISTER_MR

NDK_MR