Funzione RtlQueryProcessPlaceholderCompatibilityMode (ntifs.h)

RtlQueryProcessPlaceholderCompatibilityMode restituisce la modalità di compatibilità segnaposto per il processo corrente.

Sintassi

NTSYSAPI CHAR RtlQueryProcessPlaceholderCompatibilityMode();

Valore restituito

Questa funzione restituisce la modalità del segnaposto del processo (PHCM_xxx) o un valore negativo durante l'errore (PCHM_ERROR_xxx). Contiene uno dei valori seguenti:

Modalità di compatibilità Valore
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

Commenti

Questa funzione è simile a RtlQueryThreadPlaceholderCompatibilityMode, ma esegue a livello di processo anziché a livello di thread.

Requisiti

Requisito Valore
Client minimo supportato Windows 10 (versione 1803)
Piattaforma di destinazione Universale
Intestazione ntifs.h
Libreria NtosKrnl.exe

Vedi anche

RtlQueryThreadPlaceholderCompatibilityMode

RtlSetProcessPlaceholderCompatibilityMode

RtlSetThreadPlaceholderCompatibilityMode