Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration defines identifiers for process fields.
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
OS Version: Windows CE 5.0 and later.
Header: FlexiPMTInfo.h.
See Also
Send Feedback on this topic to the authors