Share via


PROC_FIELD_IDS (Windows CE 5.0)

Send Feedback

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

IFlexiPTMInfo Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.