// 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 reference
No description available.
The NDK_MW_DISPATCH structure specifies dispatch function entry points for the NDK memory window (MW) object.
NdkCloseMw
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.
NdkGetRemoteTokenFromMw
The 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