RtlQueryThreadPlaceholderCompatibilityMode-Funktion (ntifs.h)
RtlQueryThreadPlaceholderCompatibilityMode gibt den Platzhalterkompatibilitätsmodus für den aktuellen Thread zurück.
Syntax
NTSYSAPI CHAR RtlQueryThreadPlaceholderCompatibilityMode();
Rückgabewert
Gibt den Platzhalterkompatibilitätsmodus des Threads zurück. Wenn ein Fehler aufgetreten ist, wird ein negativer Wert zurückgegeben. Es kann sich um einen der folgenden Werte handeln:
Kompatibilitätsmodus | Wert |
---|---|
PHCM_APPLICATION_DEFAULT | 0 |
PHCM_DISGUISE_PLACEHOLDER | 1 |
PHCM_EXPOSE_PLACEHOLDERS | 2 |
PHCM_MAX | 2 |
PHCM_ERROR_INVALID_PARAMETER | -1 |
PHCM_ERROR_NO_TEB | -2 |
Hinweise
Diese Funktion ähnelt RtlQueryProcessPlaceholderCompatibilityMode, wird jedoch auf Threadebene statt auf Prozessebene ausgeführt.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows 10, Version 1709. |
Zielplattform | Windows |
Kopfzeile | ntifs.h (include Ntifs.h) |
Weitere Informationen
RtlQueryProcessPlaceholderCompatibilityMode