NDK_FN_GET_REMOTE_TOKEN_FROM_MW callback function (ndkpi.h)
The NdkGetRemoteTokenFromMw (NDK_FN_GET_REMOTE_TOKEN_FROM_MW) function gets a memory token from a remote NDK memory window (MW).
Syntax
NDK_FN_GET_REMOTE_TOKEN_FROM_MW NdkFnGetRemoteTokenFromMw;
UINT32 NdkFnGetRemoteTokenFromMw(
[in] NDK_MW *pNdkMw
)
{...}
Parameters
[in] pNdkMw
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported,Supported in NDIS 6.30 and later. |
Minimum supported server | Windows Server 2012 |
Target Platform | Windows |
Header | ndkpi.h (include Ndkpi.h) |
IRQL | <=DISPATCH_LEVEL |