NDK_MW_DISPATCH structure (ndkpi.h)

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

Syntax

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;

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.

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_CLOSE_OBJECT

NDK_FN_GET_REMOTE_TOKEN_FROM_MW

NDK_FN_QUERY_EXTENSION_INTERFACE

NDK_MW