Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |