Skip to content

Latest commit

 

History

History
166 lines (97 loc) · 2.7 KB

mpfastpath-data.md

File metadata and controls

166 lines (97 loc) · 2.7 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
MPFASTPATH_DATA structure (MpClient.h)
FastPath update notification.
E19F153D-DD46-4E27-9A4B-33586794DAC2
MPFASTPATH_DATA structure Legacy Windows Environment Features
PMPFASTPATH_DATA structure pointer Legacy Windows Environment Features
apiref
MPFASTPATH_DATA
MpClient.h
HeaderDef
reference
05/31/2018

MPFASTPATH_DATA structure

FastPath update notification.

Syntax

typedef struct tagMPFASTPATH_DATA {
  MP_SIGNATURE_TYPE         SignatureType;
  MP_FASTPATH_TYPE          FastPathSignatureType;
  MP_MIDL_STRING LPWSTR     FastPathSignatureVersion;
  ULARGE_INTEGER            CompilationTimestamp;
  MP_PERSISTENCE_LIMIT_TYPE PersistenceType;
  MP_MIDL_STRING LPWSTR     PersistenceValue;
  MP_MIDL_STRING LPWSTR     PersistencePath;
  MP_REMOVAL_REASON         Reason;
} MPFASTPATH_DATA, *PMPFASTPATH_DATA;

Members

SignatureType

Type: MP_SIGNATURE_TYPE

Signature type.

FastPathSignatureType

Type: MP_FASTPATH_TYPE

FastPath signature type.

FastPathSignatureVersion

Type: MP_MIDL_STRING LPWSTR

FastPath signature version (optional).

CompilationTimestamp

Type: ULARGE_INTEGER

Compilation timestamp (UTC).

PersistenceType

Type: MP_PERSISTENCE_LIMIT_TYPE

Persistence type (optional).

PersistenceValue

Type: MP_MIDL_STRING LPWSTR

Persistence value (optional).

PersistencePath

Type: MP_MIDL_STRING LPWSTR

Persistence path (optional).

Reason

Type: MP_REMOVAL_REASON

Reason for signature removal.

Requirements

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

See also

MP_FASTPATH_TYPE

MP_PERSISTENCE_LIMIT_TYPE

MP_SIGNATURE_TYPE