INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
--
-- Purpose:
-- Create an C++ virtual table, corresponding to
-- IAdviseSink interface.
-- Params:
-- None.
-- Return Value:
-- Pointer to the created VTBL.
-- Notes:
-- None.
--
--
-- Purpose:
-- Returns the class identifier (CLSID) of the component object.
-- The CLSID is a unique value that identifies the application
-- that can manipulate the component object data.
-- Params:
-- None.
-- Return Value:
-- CLSID of the current object.
-- Notes:
-- Error code of this operation is available via
-- the 'get_status_code' method.
--
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |