NDK_FN_GET_REMOTE_TOKEN_FROM_MW - NtDoc

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

NDK_FN_GET_REMOTE_TOKEN_FROM_MW NdkFnGetRemoteTokenFromMw;

UINT32 NdkFnGetRemoteTokenFromMw(
  [in] NDK_MW *pNdkMw
)
{...}

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_mw)

NDK_FN_GET_REMOTE_TOKEN_FROM_MW callback function

Description

The NdkGetRemoteTokenFromMw (NDK_FN_GET_REMOTE_TOKEN_FROM_MW) function gets a memory token from a remote NDK memory window (MW).

Parameters

pNdkMw [in]

A pointer to an NDK memory window (MW) object (NDK_MW).

Return value

The NdkGetRemoteTokenFromMw function returns a remote memory region token.

Remarks

After an NdkBind (NDK_FN_BIND) call returns control to the caller, NdkGetRemoteTokenFromMw can be called to retrieve the remote token.

See also

NDK_FN_BIND

NDK_MW