INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Purpose:
-- Creates an object.
-- Params:
-- None.
-- Return Value:
-- None.
-- Notes:
-- It's a dummy constructor now.
-- Purpose:
-- Allocate the physical memory block of nesessary size
-- (sizeof (CURRENCY)) from memory pool.
-- Params:
-- None
-- Return Value:
-- Pointer to allocated memory block
-- Notes:
-- Purpose:
-- Set the 'Lo' member of the corresponding
-- C++ structure to the specified value.
-- Params:
-- Lo [in]
-- Value to init the corresponding field of the structure.
-- Return Value:
-- None.
-- Notes:
-- None.
-- Purpose:
-- Set the 'Hi' member of the corresponding
-- C++ structure to the specified value.
-- Params:
-- Lo [in]
-- Value to init the corresponding field of the structure.
-- Return Value:
-- None.
-- Notes:
-- None.
-- Purpose:
-- Return the value of the 'Lo' member of the
-- corresponding C++ structure.
-- Params:
-- None.
-- Return Value:
-- Value of the 'Lo' member of the
-- corresponding C++ structure.
-- Notes:
-- None.
-- Purpose:
-- Return the value of the 'Hi' member of the
-- corresponding C++ structure.
-- Params:
-- None.
-- Return Value:
-- Value of the 'Hi' member of the
-- corresponding C++ structure.
-- Notes:
-- None.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |