|
|
|
|
|
|
|
Deletes an element from a memory zone. |
|
|
|
|
|
|
Positions the memory zone on an element. |
|
|
|
|
|
|
Modifies an element in a memory zone. |
|
|
|
|
|
|
Checks the existence of a memory zone. |
|
|
|
|
|
|
Clears and deletes a memory zone. |
|
|
|
|
|
|
Checks the existence of a shared memory zone. |
|
|
|
|
|
|
Sorts the elements found in a memory zone. |
|
|
|
|
|
|
Returns the number of elements found in a memory zone. |
|
|
|
|
|
|
Opens a memory zone shared between several applications. |
|
|
|
|
|
|
Retrieves the return value of an element found in a memory zone. |
|
|
|
|
|
|
Positions on the next element of a memory zone and returns the value of this element. |
|
|
|
|
|
|
Positions on the first element of a memory zone and returns the value of this first element. |
|
|
|
|
|
|
Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory zone. |
|
|
|
|
|
|
Positions on the element found before the current element of a memory zone and returns the value of this element. |
|
|
|
|
|
|
A report based on a memory area is used to print the records stored in a memory area...... |
|
|
|
|
|
|
The sort is used to organize the information displayed in the report...... |
|
|
|
|
|
|
MemSort_55 is kept for backward compatibility. |
|
|
|
|
|
|
The MemZoneName property is used to:
find out the name of the memory area used as data source for a report.
modify the name of the memory area used as data source for a report.... |
|
|
|
|
|
|
Waits for the end of process about the notifications of modification of a shared memory area. |
|
|
|
|
|
|
Sets the position on the last element of memory area and returns the value of this element. |
|
|
|
|
|
|
Locks the current thread while waiting for the mutex to be freed. |
|
|
|
|
|
|
Signals that the thread frees the mutex. |
|
|
|
|
|
|
Explicitly destroys a mutex. |
|
|
|
|
|
|
Explicitly creates a mutex. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|