structure MPFASTPATH_DATA
Notification de mise à jour FastPath.
Syntaxe
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;
Membres
-
SignatureType
-
Type : MP_SIGNATURE_TYPE
-
Type de signature.
-
FastPathSignatureType
-
Type : MP_FASTPATH_TYPE
-
Type de signature FastPath.
-
FastPathSignatureVersion
-
Type : MP_MIDL_STRING LPWSTR
-
Version de signature FastPath (facultatif).
-
CompilationTimestamp
-
Type : ULARGE_INTEGER
-
Horodatage de compilation (UTC).
-
PersistenceType
-
Type : MP_PERSISTENCE_LIMIT_TYPE
-
Type de persistance (facultatif).
-
PersistanceValue
-
Type : MP_MIDL_STRING LPWSTR
-
Valeur de persistance (facultative).
-
PersistencePath
-
Type : MP_MIDL_STRING LPWSTR
-
Chemin de persistance (facultatif).
-
Motif
-
Type : MP_REMOVAL_REASON
-
Raison de la suppression de la signature.
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge |
Windows 8 [applications de bureau uniquement] |
Serveur minimal pris en charge |
Windows Server 2012 [applications de bureau uniquement] |
En-tête |
|