// ndkpi.h
typedef struct _NDK_PD_DISPATCH {
NDK_FN_CLOSE_OBJECT NdkClosePd;
NDK_FN_QUERY_EXTENSION_INTERFACE NdkQueryExtension;
NDK_FN_CREATE_MR NdkCreateMr;
NDK_FN_CREATE_MW NdkCreateMw;
NDK_FN_CREATE_SRQ NdkCreateSrq;
NDK_FN_CREATE_QP NdkCreateQp;
NDK_FN_CREATE_QP_WITH_SRQ NdkCreateQpWithSrq;
NDK_FN_GET_PRIVILEGED_MEMORY_REGION_TOKEN NdkGetPrivilegedMemoryRegionToken;
} NDK_PD_DISPATCH;
View the official Windows Driver Kit DDI reference
No description available.
The NDK_PD_DISPATCH structure specifies dispatch function entry points for the NDK protection domain (PD) object.
NdkClosePd
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.
NdkCreateMr
The entry point for the object's NDK_FN_CREATE_MR dispatch function.
NdkCreateMw
The entry point for the object's NDK_FN_CREATE_MW dispatch function.
NdkCreateSrq
The entry point for the object's NDK_FN_CREATE_SRQ dispatch function.
NdkCreateQp
The entry point for the object's NDK_FN_CREATE_QP dispatch function.
NdkCreateQpWithSrq
The entry point for the object's NDK_FN_CREATE_QP_WITH_SRQ dispatch function.
NdkGetPrivilegedMemoryRegionToken
The entry point for the object's NDK_FN_GET_PRIVILEGED_MEMORY_REGION_TOKEN dispatch function.
The NDK_PD_DISPATCH structure is used in the NDK_PD structure.
NDK_FN_GET_PRIVILEGED_MEMORY_REGION_TOKEN
NDK_FN_QUERY_EXTENSION_INTERFACE