INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Purpose:
-- Create an object.
-- Params:
-- None.
-- Return Value:
-- None.
-- Notes:
-- It's a dummy constructor now.
-- Purpose:
-- Allocate the physical memory block of nesessary size
-- (sizeof (FILETIME)) from memory pool.
-- Params:
-- None.
-- Return Value:
-- Pointer to alocated memory block.
-- Notes:
-- None.
-- Purpose:
-- Set high 32 bit of corresponding C++
-- structure to OLE date/time.
-- Params:
-- high_date_time [in]
-- high 32 bit of the OLE date/time.
-- Return Value:
-- None.
-- Notes:
-- None.
-- Purpose:
-- Set low 32 bit of corresponding C++
-- structure to OLE date/time.
-- Params:
-- low_date_time [in]
-- low 32 bit of the OLE date/time.
-- Return Value:
-- None.
-- Notes:
-- None.
-- Purpose:
-- Return the high 32 bit of corresponding C++ structure.
-- Params:
-- None.
-- Return Value:
-- High 32 bits of the OLE date/time.
-- Notes:
-- None.
-- Purpose:
-- Return the low 32 bit of corresponding C++ structure.
-- Params:
-- None.
-- Return Value:
-- Low 32 bits of the OLE date/time.
-- Notes:
-- None.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |