Funzione RtlQueryThreadPlaceholderCompatibilityMode (ntifs.h)
RtlQueryThreadPlaceholderCompatibilityMode restituisce la modalità di compatibilità segnaposto per il thread corrente.
Sintassi
NTSYSAPI CHAR RtlQueryThreadPlaceholderCompatibilityMode();
Valore restituito
Restituisce la modalità di compatibilità segnaposto del thread. Se si è verificato un errore, restituisce un valore negativo. Può essere uno dei valori seguenti:
Modalità 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 |
Osservazioni
Questa funzione è simile a RtlQueryProcessPlaceholderCompatibilityMode, ma viene eseguita a livello di thread anziché a livello di processo.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 10, versione 1709. |
piattaforma di destinazione | Finestre |
intestazione | ntifs.h (include Ntifs.h) |
Vedere anche
RtlQueryProcessPlaceholderCompatibilityMode