Partager via


Fonction AppPolicyGetThreadInitializationType (appmodel.h)

Récupère le type d’initialisation qui doit être effectué automatiquement pour un processus lorsque beginthread[ex] crée un thread.

Syntaxe

LONG AppPolicyGetThreadInitializationType(
  [in]  HANDLE                            processToken,
  [out] AppPolicyThreadInitializationType *policy
);

Paramètres

[in] processToken

Handle qui identifie le jeton d’accès pour un processus.

[out] policy

Pointeur vers une variable du type énuméré AppPolicyThreadInitializationType . Lorsque la fonction retourne correctement, la variable contient une valeur indiquant le type d’initialisation qui doit être effectuée automatiquement pour le processus lorsque beginthread[ex] crée un thread.

Valeur retournée

Si la fonction réussit, la fonction retourne ERROR_SUCCESS.

Si aucune stratégie d’initialisation de thread connue n’a été trouvée pour le jeton de processus, la fonction déclenche une exception STATUS_ASSERTION_FAILURE et retourne ERROR_NOT_FOUND.

Si processToken ou la stratégie sont null, la fonction retourne ERROR_INVALID_PARAMETER.

Configuration requise

Condition requise Valeur
Plateforme cible Windows
En-tête appmodel.h
Bibliothèque OneCoreUap.lib
DLL Api-ms-win-appmodel-runtime-l1-1-2.dll