SysLibGetSizeΒΆ

This function returns the start address and the size of a data segment (Memory, Input, Output, Retain or Global) in a DWORD.

The data segment is to be specified via its number, which is defined in the enumeration ADDRESS_SEGMENTS.

Input-Variable Data type Description
iSegment INT

Number of the data segment,

see Enumeration \ ADDRESS_SEGMENTS