NDK_MW_DISPATCH - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ndkpi-_ndk_mw_dispatch)

_NDK_MW_DISPATCH structure

Description

The NDK_MW_DISPATCH structure specifies dispatch function entry points for the NDK memory window (MW) object.

Members

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.

Remarks

The NDK_MW_DISPATCH structure is used in the NDK_MW structure.

See also

NDK_FN_CLOSE_OBJECT

NDK_FN_GET_REMOTE_TOKEN_FROM_MW

NDK_FN_QUERY_EXTENSION_INTERFACE

NDK_MW