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 (CONNECTDATA)) from memory pool.
-- Params:
-- None.
-- Return Value:
-- Pointer to alocated memory block.
-- Notes:
-- None.
-- Purpose:
-- Set the 'pUnk' member of the corresponding
-- C++ structure to the specified connect_data element Height
-- Params:
-- p_unk [in]
-- p_unk of the connect_data element
-- to init the corresponding field of the structure.
-- Return Value:
-- None.
-- Notes:
-- None.
-- Purpose:
-- Resturn the value of the 'pUnk' member of the
-- corresponding C++ structure.
-- Params:
-- None.
-- Return Value:
-- p_unk.
-- Notes:
-- None.
-- Purpose:
-- Set the 'dwCookie' member of the corresponding
-- C++ structure to the specified connect_data element dwCookie.
-- Params:
-- cookie [in]
-- cookie of the connect_data element
-- to init the corresponding field of the structure.
-- Return Value:
-- None.
-- Notes:
-- None.
-- Purpose:
-- Resturn the value of the 'dwCookie' member of the
-- corresponding C++ structure.
-- Params:
-- None.
-- Return Value:
-- cookie.
-- Notes:
-- None.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |