Home > Language Reference > Classes > StreamMemory

Kind Property

Retrieves information about the memory block the object holds.

Syntax

Public Property Get Kind() As HbStreamKind

Remarks

The Kind property can return one of the following values:

ConstantValueDescription
hbStreamUnallocated0The object does not point to any valid memory.
hbStreamHeap1The memory block is located in the dynamic heap.
hbStreamStorage2The memory block is located in the storage heap.
hbStreamMapped3The object is memory mapped.

You can refer to the StreamMemory introductory page for more information.

System requirements

SystemMinimal versionRemarks
Palm OSPalm OS 3.0N/A