NDK_MR_DISPATCH structure (ndkpi.h)
The NDK_MR_DISPATCH structure specifies dispatch function entry points for the NDK memory region (MR) object.
Syntax
typedef struct _NDK_MR_DISPATCH {
NDK_FN_CLOSE_OBJECT NdkCloseMr;
NDK_FN_QUERY_EXTENSION_INTERFACE NdkQueryExtension;
NDK_FN_REGISTER_MR NdkRegisterMr;
NDK_FN_DEREGISTER_MR NdkDeregisterMr;
NDK_FN_INITIALIZE_FAST_REGISTER_MR NdkInitializeFastRegisterMr;
NDK_FN_GET_REMOTE_TOKEN_FROM_MR NdkGetRemoteTokenFromMr;
NDK_FN_GET_LOCAL_TOKEN_FROM_MR NdkGetLocalTokenFromMr;
} NDK_MR_DISPATCH;
Members
NdkCloseMr
The entry point for the object's NDK_FN_CLOSE_OBJECT dispatch function.
NdkQueryExtension
The entry point for the object's NDK_FN_QUERY_EXTENSION_INTERFACE dispatch function.
NdkRegisterMr
The entry point for the object's NDK_FN_REGISTER_MR dispatch function.
NdkDeregisterMr
The entry point for the object's NDK_FN_DEREGISTER_MR dispatch function.
NdkInitializeFastRegisterMr
The entry point for the object's NDK_FN_INITIALIZE_FAST_REGISTER_MR dispatch function.
NdkGetRemoteTokenFromMr
The entry point for the object's NDK_FN_GET_REMOTE_TOKEN_FROM_MR dispatch function.
NdkGetLocalTokenFromMr
The entry point for the object's NDK_FN_GET_LOCAL_TOKEN_FROM_MR dispatch function.
Remarks
The NDK_MR_DISPATCH structure is used in the NDK_MR structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported,Supported in NDIS 6.30 and later. |
Minimum supported server | Windows Server 2012 |
Header | ndkpi.h (include Ndkpi.h) |
See also
NDK_FN_GET_LOCAL_TOKEN_FROM_MR
NDK_FN_GET_REMOTE_TOKEN_FROM_MR
NDK_FN_INITIALIZE_FAST_REGISTER_MR