Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The AppPolicyThreadInitializationType enumeration indicates the kind of initialization that should be automatically performed for a process when beginthread[ex] creates a thread.
Syntax
typedef enum AppPolicyThreadInitializationType {
AppPolicyThreadInitializationType_None,
AppPolicyThreadInitializationType_InitializeWinRT
} ;
Constants
AppPolicyThreadInitializationType_NoneIndicates that no initialization should be performed. |
AppPolicyThreadInitializationType_InitializeWinRTIndicates that Windows Runtime initialization should be performed. |
Requirements
| Requirement | Value |
|---|---|
| Header | appmodel.h |