PROC_FIELD_IDS (Windows Embedded CE 6.0)
1/5/2010
This enumeration defines identifiers for process fields.
Syntax
typedef enum _PROC_FIELD_IDS {
pfiStructAddr = (0L),
pfiProcessSlot = (1L),
pfiStartOfAddrSpace = (2L),
pfiDefaultAccessKey = (3L),
pfiBasePtr = (4L),
pfiCurDbgZoneMasks = (5L),
pfiName = (6L),
pfiCmdLine = (7L),
pfiTrustLevel = (8L),
pfiHandle = (9L),
pfiTlsUsageBitMaskL = (10L),
pfiTlsUsageBitMaskH = (11L),
pfiUserDefined = (-1L)
} PROC_FIELD_IDS;
Elements
- pfiStructAddr
Address to the process structure.
- pfiProcessSlot
Slot number.
- pfiStartOfAddrSpace
Virtual memory address space of the first address.
- pfiDefaultAccessKey
Default thread access key.
- pfiBasePtr
Load address of the first .exe module.
- pfiCurDbgZoneMasks
Current debug zone mask.
- pfiName
Name of executable.
- pfiCmdLine
Command line.
- pfiTrustLevel
Trust level.
- pfiHandle
Process handle.
- pfiTlsUsageBitMaskL
Usage bit mask for the first 32 thread local storage (TLS) slots.
- pfiTlsUsageBitMaskH
Usage bit mask for the second 32 TLS slots.
- pfiUserDefined
User-defined field identified by its label.
Requirements
Header | FlexiPMTInfo.h |
Windows Embedded CE | Windows CE 5.0 and later |