|
enum | _PSPROCESSPRIORITYMODE { PsProcessPriorityForeground
, PsProcessPriorityBackground
, PsProcessPrioritySpinning
} |
|
enum | _JOBOBJECTINFOCLASS {
JobObjectBasicAccountingInformation = 1
, JobObjectBasicLimitInformation
, JobObjectBasicProcessIdList
, JobObjectBasicUIRestrictions
,
JobObjectSecurityLimitInformation
, JobObjectEndOfJobTimeInformation
, JobObjectAssociateCompletionPortInformation
, JobObjectBasicAndIoAccountingInformation
,
JobObjectExtendedLimitInformation
, JobObjectJobSetInformation
, MaxJobObjectInfoClass
, JobObjectBasicAccountingInformation = 1
,
JobObjectBasicLimitInformation
, JobObjectBasicProcessIdList
, JobObjectBasicUIRestrictions
, JobObjectSecurityLimitInformation
,
JobObjectEndOfJobTimeInformation
, JobObjectAssociateCompletionPortInformation
, JobObjectBasicAndIoAccountingInformation
, JobObjectExtendedLimitInformation
,
JobObjectJobSetInformation
, JobObjectGroupInformation
, MaxJobObjectInfoClass
} |
|
enum | _PSPOWEREVENTTYPE {
PsW32FullWake = 0
, PsW32EventCode = 1
, PsW32PowerPolicyChanged = 2
, PsW32SystemPowerState = 3
,
PsW32SystemTime = 4
, PsW32DisplayState = 5
, PsW32CapabilitiesChanged = 6
, PsW32SetStateFailed = 7
,
PsW32GdiOff = 8
, PsW32GdiOn = 9
, PsW32GdiPrepareResumeUI = 10
, PsW32GdiOffRequest = 11
,
PsW32MonitorOff = 12
} |
|
enum | _POWERSTATETASK {
PowerState_BlockSessionSwitch = 0
, PowerState_Init = 1
, PowerState_QueryApps = 2
, PowerState_QueryServices = 3
,
PowerState_QueryAppsFailed = 4
, PowerState_QueryServicesFailed = 5
, PowerState_SuspendApps = 6
, PowerState_SuspendServices = 7
,
PowerState_ShowUI = 8
, PowerState_NotifyWL = 9
, PowerState_ResumeApps = 10
, PowerState_ResumeServices = 11
,
PowerState_UnBlockSessionSwitch = 12
, PowerState_End = 13
, PowerState_BlockInput = 14
, PowerState_UnblockInput = 15
} |
|
enum | _PSW32JOBCALLOUTTYPE { PsW32JobCalloutSetInformation = 0
, PsW32JobCalloutAddProcess = 1
, PsW32JobCalloutTerminate = 2
} |
|
enum | _PSW32THREADCALLOUTTYPE { PsW32ThreadCalloutInitialize
, PsW32ThreadCalloutExit
} |
|
enum | _APPCOMPAT_FLAGS {
GetShortPathNameNT4 = 0x1
, GetDiskFreeSpace2GB = 0x8
, FTMFromCurrentAPI = 0x20
, DisallowCOMBindingNotifications = 0x40
,
Ole32ValidatePointers = 0x80
, DisableCicero = 0x100
, Ole32EnableAsyncDocFile = 0x200
, EnableLegacyExceptionHandlinginOLE = 0x400
,
DisableAdvanceRPCClientHardening = 0x800
, DisableMaybeNULLSizeisConsistencycheck = 0x1000
, DisableAdvancedRPCrangeCheck = 0x4000
, EnableLegacyExceptionHandlingInRPC = 0x8000
,
EnableLegacyNTFSFlagsForDocfileOpens = 0x10000
, DisableNDRIIDConsistencyCheck = 0x20000
, UserDisableForwarderPatch = 0x40000
, DisableNewWMPAINTDispatchInOLE = 0x100000
,
DoNotAddToCache = 0x80000000
} |
|
enum | _APPCOMPAT_USERFLAGS {
DisableAnimation = 0x1
, DisableKeyboardCues = 0x2
, No50StylebitsInSetWindowLong = 0x4
, DisableDrawPatternRect = 0x8
,
MSShellDialog = 0x10
, NoDDETerminateDuringDestroy = 0x20
, GiveupForeground = 0x40
, AlwaysActiveMenus = 0x80
,
NoMouseHideInEdit = 0x100
, NoGdiBatching = 0x200
, FontSubstitution = 0x400
, No50StylebitsInCreateWindow = 0x800
,
NoCustomPaperSizes = 0x1000
, AllTheDdeHacks = 0x2000
, UseDefaultCharset = 0x4000
, NoCharDeadKey = 0x8000
,
NoTryExceptForWindowProc = 0x10000
, NoInitInsertReplaceFlags = 0x20000
, NoDdeSync = 0x40000
, NoGhost = 0x80000
,
NoDdeAsyncReg = 0x100000
, StrictLLHook = 0x200000
, NoShadow = 0x400000
, NoTimerCallbackProtection = 0x1000000
,
HighDpiAware = 0x2000000
, OpenGLEmfAware = 0x4000000
, EnableTransparantBltMirror = 0x8000000
, NoPaddedBorder = 0x10000000
,
ForceLegacyResizeCM = 0x20000000
, HardwareAudioMixer = 0x40000000
, DisableSWCursorOnMoveSize = 0x80000000
} |
|
enum | _APPCOMPAT_USERFLAGS_HIGHPART { DisableWindowArrangement = 0x1
, ReorderWaveForCommunications = 0x2
, NoGdiHwAcceleration = 0x4
} |
|
enum | _APPHELPCACHESERVICECLASS {
ApphelpCacheServiceLookup = 0
, ApphelpCacheServiceRemove = 1
, ApphelpCacheServiceUpdate = 2
, ApphelpCacheServiceFlush = 3
,
ApphelpCacheServiceDump = 4
, ApphelpDBGReadRegistry = 0x100
, ApphelpDBGWriteRegistry = 0x101
} |
|
enum | _PS_QUOTA_TYPE {
PsNonPagedPool = 0
, PsPagedPool
, PsPageFile
, PsWorkingSet
,
PsCpuRate
, PsQuotaTypes
} |
|