MODULE_FIELD_IDS (Windows CE 5.0)

Send Feedback

This enumeration defines identifiers for module fields.

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

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.