Skip to content

Latest commit

 

History

History
81 lines (48 loc) · 1.56 KB

mp-fastpath-type.md

File metadata and controls

81 lines (48 loc) · 1.56 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
MP_FASTPATH_TYPE enumeration (MpClient.h)
FastPath type.
BD72228F-DCC0-435E-A408-BD7FB02E55E1
MP_FASTPATH_TYPE enumeration Legacy Windows Environment Features
PMP_FASTPATH_TYPE enumeration pointer Legacy Windows Environment Features
apiref
MP_FASTPATH_TYPE
MpClient.h
HeaderDef
reference
05/31/2018

MP_FASTPATH_TYPE enumeration

FastPath type.

Syntax

typedef enum tagMP_FASTPATH_TYPE { 
  MP_FASTPATH_UNKNOWN   = 0,
  MP_FASTPATH_VDM       = 1,
  MP_FASTPATH_DISABLED  = 2
} MP_FASTPATH_TYPE, *PMP_FASTPATH_TYPE;

Constants

MP_FASTPATH_UNKNOWN

Unknown.

MP_FASTPATH_VDM

VDM update.

MP_FASTPATH_DISABLED

Signature disable notification.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Header
MpClient.h