Changeset 57302 in vbox for trunk/include/iprt/nt/nt.h
- Timestamp:
- Aug 13, 2015 12:28:25 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nt/nt.h
r56291 r57302 1545 1545 typedef enum _PROCESSINFOCLASS 1546 1546 { 1547 ProcessBasicInformation = 0, 1548 ProcessQuotaLimits, 1549 ProcessIoCounters, 1550 ProcessVmCounters, 1551 ProcessTimes, 1552 ProcessBasePriority, 1553 ProcessRaisePriority, 1554 ProcessDebugPort, 1555 ProcessExceptionPort, 1556 ProcessAccessToken, 1557 ProcessLdtInformation, 1558 ProcessLdtSize, 1559 ProcessDefaultHardErrorMode, 1560 ProcessIoPortHandlers, 1561 ProcessPooledUsageAndLimits, 1562 ProcessWorkingSetWatch, 1563 ProcessUserModeIOPL, 1564 ProcessEnableAlignmentFaultFixup, 1565 ProcessPriorityClass, 1566 ProcessWx86Information, 1567 ProcessHandleCount, 1568 ProcessAffinityMask, 1569 ProcessPriorityBoost, 1570 ProcessDeviceMap, 1571 ProcessSessionInformation, 1572 ProcessForegroundInformation, 1573 ProcessWow64Information, 1574 ProcessImageFileName, 1575 ProcessLUIDDeviceMapsEnabled, 1576 ProcessBreakOnTermination, 1577 ProcessDebugObjectHandle, 1578 ProcessDebugFlags, 1579 ProcessHandleTracing, 1580 ProcessIoPriority, 1581 ProcessExecuteFlags, 1582 ProcessTlsInformation, 1583 ProcessCookie, 1584 ProcessImageInformation, 1585 ProcessCycleTime, 1586 ProcessPagePriority, 1587 ProcessInstrumentationCallbak, 1588 ProcessThreadStackAllocation, 1589 ProcessWorkingSetWatchEx, 1590 ProcessImageFileNameWin32, 1591 ProcessImageFileMapping, 1592 ProcessAffinityUpdateMode, 1593 ProcessMemoryAllocationMode, 1594 ProcessGroupInformation, 1595 ProcessTokenVirtualizationEnabled, 1596 ProcessConsoleHostProcess, 1597 ProcessWindowsInformation, 1598 MaxProcessInfoClass 1547 ProcessBasicInformation = 0, /**< 0 / 0x00 */ 1548 ProcessQuotaLimits, /**< 1 / 0x01 */ 1549 ProcessIoCounters, /**< 2 / 0x02 */ 1550 ProcessVmCounters, /**< 3 / 0x03 */ 1551 ProcessTimes, /**< 4 / 0x04 */ 1552 ProcessBasePriority, /**< 5 / 0x05 */ 1553 ProcessRaisePriority, /**< 6 / 0x06 */ 1554 ProcessDebugPort, /**< 7 / 0x07 */ 1555 ProcessExceptionPort, /**< 8 / 0x08 */ 1556 ProcessAccessToken, /**< 9 / 0x09 */ 1557 ProcessLdtInformation, /**< 10 / 0x0a */ 1558 ProcessLdtSize, /**< 11 / 0x0b */ 1559 ProcessDefaultHardErrorMode, /**< 12 / 0x0c */ 1560 ProcessIoPortHandlers, /**< 13 / 0x0d */ 1561 ProcessPooledUsageAndLimits, /**< 14 / 0x0e */ 1562 ProcessWorkingSetWatch, /**< 15 / 0x0f */ 1563 ProcessUserModeIOPL, /**< 16 / 0x10 */ 1564 ProcessEnableAlignmentFaultFixup, /**< 17 / 0x11 */ 1565 ProcessPriorityClass, /**< 18 / 0x12 */ 1566 ProcessWx86Information, /**< 19 / 0x13 */ 1567 ProcessHandleCount, /**< 20 / 0x14 */ 1568 ProcessAffinityMask, /**< 21 / 0x15 */ 1569 ProcessPriorityBoost, /**< 22 / 0x16 */ 1570 ProcessDeviceMap, /**< 23 / 0x17 */ 1571 ProcessSessionInformation, /**< 24 / 0x18 */ 1572 ProcessForegroundInformation, /**< 25 / 0x19 */ 1573 ProcessWow64Information, /**< 26 / 0x1a */ 1574 ProcessImageFileName, /**< 27 / 0x1b */ 1575 ProcessLUIDDeviceMapsEnabled, /**< 28 / 0x1c */ 1576 ProcessBreakOnTermination, /**< 29 / 0x1d */ 1577 ProcessDebugObjectHandle, /**< 30 / 0x1e */ 1578 ProcessDebugFlags, /**< 31 / 0x1f */ 1579 ProcessHandleTracing, /**< 32 / 0x20 */ 1580 ProcessIoPriority, /**< 33 / 0x21 */ 1581 ProcessExecuteFlags, /**< 34 / 0x22 */ 1582 ProcessTlsInformation, /**< 35 / 0x23 */ 1583 ProcessCookie, /**< 36 / 0x24 */ 1584 ProcessImageInformation, /**< 37 / 0x25 */ 1585 ProcessCycleTime, /**< 38 / 0x26 */ 1586 ProcessPagePriority, /**< 39 / 0x27 */ 1587 ProcessInstrumentationCallbak, /**< 40 / 0x28 */ 1588 ProcessThreadStackAllocation, /**< 41 / 0x29 */ 1589 ProcessWorkingSetWatchEx, /**< 42 / 0x2a */ 1590 ProcessImageFileNameWin32, /**< 43 / 0x2b */ 1591 ProcessImageFileMapping, /**< 44 / 0x2c */ 1592 ProcessAffinityUpdateMode, /**< 45 / 0x2d */ 1593 ProcessMemoryAllocationMode, /**< 46 / 0x2e */ 1594 ProcessGroupInformation, /**< 47 / 0x2f */ 1595 ProcessTokenVirtualizationEnabled, /**< 48 / 0x30 */ 1596 ProcessConsoleHostProcess, /**< 49 / 0x31 */ 1597 ProcessWindowsInformation, /**< 50 / 0x32 */ 1598 ProcessUnknown51, 1599 ProcessUnknown52, 1600 ProcessUnknown53, 1601 ProcessUnknown54, 1602 ProcessUnknown55, 1603 ProcessUnknown56, 1604 ProcessUnknown57, 1605 ProcessUnknown58, 1606 ProcessUnknown59, 1607 ProcessUnknown60, 1608 ProcessUnknown61, 1609 ProcessUnknown62, 1610 ProcessUnknown63, 1611 ProcessUnknown64, 1612 ProcessUnknown65, 1613 ProcessUnknown66, 1614 ProcessMaybe_KeSetCpuSetsProcess, /**< 67 / 0x43 - is correct, then PROCESS_SET_LIMITED_INFORMATION & audiog.exe; W10. */ 1615 MaxProcessInfoClass /**< 68 / 0x44 */ 1599 1616 } PROCESSINFOCLASS; 1600 1617 NTSYSAPI NTSTATUS NTAPI NtQueryInformationProcess(HANDLE, PROCESSINFOCLASS, PVOID, ULONG, PULONG);
Note:
See TracChangeset
for help on using the changeset viewer.