AppPolicyThreadInitializationType Enumeration
Indicates the kind of initialization that should be automatically performed for a process when beginthread[ex] creates a thread.
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum AppPolicyThreadInitializationType
Public Enumeration AppPolicyThreadInitializationType
Dim instance As AppPolicyThreadInitializationType
public enum class AppPolicyThreadInitializationType
type AppPolicyThreadInitializationType
No code example is currently available or this language may not be supported.
None |
0 |
Indicates that no initialization should be performed.
|
InitializeWinRT |
1 |
Indicates that Windows Runtime initialization should be performed.
|