AppPolicyThreadInitializationType Enumeration

Indicates the kind of initialization that should be automatically performed for a process when beginthread[ex] creates a thread.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum AppPolicyThreadInitializationType

Remarks

Members

None 0 Indicates that no initialization should be performed.
InitializeWinRT 1 Indicates that Windows Runtime initialization should be performed.

See Also