הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
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 |