APP_MEMORY_SEGMENT (STRUCT)

TYPE APP_MEMORY_SEGMENT : STRUCT

<category>Application memory segment</category> <description>

Describes a memory segment of an application.

</description> <element name=”wType” type=”IN”>Type of the segment. See category “Area Types” in SysMemItf.h.</element> <element name=”wArea” type=”IN”>Area in which the segment is residing</element> <element name=”dwOffset” wType=”IN”>Offset in the area, in which the segment is residing</element> <element name=”dwSize” wType=”IN”>Size of the segment in bytes</element> <element name=”dwHighestUsedAddress” wType=”IN”>Highest used address in the segment (has no significance for input, output, memory)</element>

InOut:

Name

Type

wType

WORD

wArea

WORD

dwOffset

DWORD

dwSize

DWORD

dwHighestUsedAddress

DWORD