// ndkpi.h
typedef struct _NDK_MW_DISPATCH {
  NDK_FN_CLOSE_OBJECT              NdkCloseMw;
  NDK_FN_QUERY_EXTENSION_INTERFACE NdkQueryExtension;
  NDK_FN_GET_REMOTE_TOKEN_FROM_MW  NdkGetRemoteTokenFromMw;
} NDK_MW_DISPATCH;
View the official Windows Driver Kit DDI referenceNo description available.
The NDK_MW_DISPATCH structure specifies dispatch function entry points for the NDK memory window (MW) object.
NdkCloseMwThe entry point for the object's NDK_FN_CLOSE_OBJECT dispatch function.
NdkQueryExtensionThe entry point for the object's NDK_FN_QUERY_EXTENSION_INTERFACE dispatch function.
NdkGetRemoteTokenFromMwThe entry point for the object's NDK_FN_GET_REMOTE_TOKEN_FROM_MW dispatch function.
The NDK_MW_DISPATCH structure is used in the NDK_MW structure.
NDK_FN_GET_REMOTE_TOKEN_FROM_MW
NDK_FN_QUERY_EXTENSION_INTERFACE