หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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 |