Freigeben über


RtlQueryProcessPlaceholderCompatibilityMode-Funktion (ntifs.h)

RtlQueryProcessPlaceholderCompatibilityMode gibt den Platzhalterkompatibilitätsmodus für den aktuellen Prozess zurück.

Syntax

NTSYSAPI CHAR RtlQueryProcessPlaceholderCompatibilityMode();

Rückgabewert

Diese Funktion gibt den Platzhalterkompatibilitätsmodus des Prozesses (PHCM_xxx) oder einen negativen Wert für Error (PCHM_ERROR_xxx) zurück. Enthält einen der folgenden Werte:

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 RtlQueryThreadPlaceholderCompatibilityMode, wird jedoch auf Prozessebene statt auf Threadebene ausgeführt.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 10 (Version 1803)
Zielplattform Universell
Header ntifs.h
Bibliothek NtosKrnl.exe

Weitere Informationen

RtlQueryThreadPlaceholderCompatibilityMode

RtlSetProcessPlaceholderCompatibilityMode

RtlSetThreadPlaceholderCompatibilityMode