MPFASTPATH_DATA構造体
FastPath 更新通知。
構文
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;
メンバー
-
SignatureType
-
署名の種類。
-
FastPathSignatureType
-
種類: MP_FASTPATH_TYPE
-
FastPath 署名の種類。
-
FastPathSignatureVersion
-
種類: MP_MIDL_STRING LPWSTR
-
FastPath 署名バージョン (省略可能)。
-
CompilationTimestamp
-
種類: ULARGE_INTEGER
-
コンパイル タイムスタンプ (UTC)。
-
PersistenceType
-
永続化の種類 (省略可能)。
-
PersistenceValue
-
種類: MP_MIDL_STRING LPWSTR
-
永続化値 (省略可能)。
-
PersistencePath
-
種類: MP_MIDL_STRING LPWSTR
-
永続化パス (省略可能)。
-
理由
-
署名を削除する理由。
必要条件
要件 | 値 |
---|---|
サポートされている最小のクライアント |
Windows 8 [デスクトップ アプリのみ] |
サポートされている最小のサーバー |
Windows Server 2012 [デスクトップ アプリのみ] |
Header |
|