Share via


MODULE_FIELD_IDS (Windows Embedded CE 6.0)

1/5/2010

This enumeration defines identifiers for module fields.

Syntax

typedef enum _MODULE_FIELD_IDS {
  mfiName = 0,
  mfiBasePointer,
  mfiModuleSize,
  mfiRdWrDataStart,
  mfiRdWrDataEnd,
  mfiTimeStamp,
  mfiDllHandle,
  mfiInUse,
  mfiFlags,
  mfiTrustLevel,
  mfiUserDefined  = (-1L)
}  MODULE_FIELD_IDS;

Elements

  • mfiName
    Module file name.
  • mfiBasePointer
    Load address of module.
  • mfiModuleSize
    Size of module, in bytes.
  • mfiRdWrDataStart
    Pointer to beginning address of associated data for reading or writing.
  • mfiRdWrDataEnd
    Pointer to ending address of associated data for reading or writing..
  • mfiTimeStamp
    Time stamp of most recent module revision. This value is used to validate the PDB that contains the module symbol information.
  • mfiDllHandle
    Handle of the module on the debugging target. If this value is 0, then the module record refers to a process.
  • mfiInUse
    32-bit bitmask that encodes which process slots are using the associated module.
  • mfiFlags
    Flags for binding levels.
  • mfiTrustLevel
    Trust level.
  • mfiUserDefined
    User-defined field identified by its label.

Requirements

Header FlexiPMTInfo.h
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

IFlexiPTMInfo Enumerations