FixupState-Enumeration (naptypes.h)
Hinweis Die Netzwerkzugriffsschutzplattform ist ab Windows 10
Syntax
typedef enum tagFixupState {
fixupStateSuccess = 0,
fixupStateInProgress = 1,
fixupStateCouldNotUpdate = 2
} FixupState;
Konstanten
fixupStateSuccess Wert: 0 Die SHA-Korrektur ist erfolgreich. |
fixupStateInProgress Wert: 1 SHA-Korrektur wird ausgeführt. |
fixupStateCouldNotUpdate Wert: 2 SHA konnte nicht aktualisiert werden. |
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows Vista [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 [nur Desktop-Apps] |
Kopfzeile | naptypes.h |