Poznámka
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete sa skúsiť prihlásiť alebo zmeniť adresáre.
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete skúsiť zmeniť adresáre.
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 |