INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Retrieves the addresses of static functions or variables,
-- such as those defined in a DLL
-- Creates a new instance of a class that describes a component
-- object class
-- Retrieves the containing type library (ITypeLib) and (not here)
-- the index of type description within this type library
-- Retrieves a description or specification of an entry point
-- for a function in a DLL.
-- "dll_name" and "entry_point_name" can be null.
-- Retrieves a documentation string, name of a complete help file,
-- returns the help context for the given member.
-- Retrieves the information about the specified function
-- Maps given names do their 'dispids'. The first element
-- in arrays correspond to member name, others - to parameter
-- names.
-- Retrieves a description of a specified item in a type
-- Retrieves the marshalling attributes for a given member
-- Returns the name of the variable (one) or
-- the name of the function and it's parameters (many).
-- If the type description references other type descriptions,
-- these function returns the referenced type descriptions
-- Returns the type_ref_handle, which can be used in previous
-- method. (??????)
-- Returns the type attributes for the current type
-- Returns the ITypeComp interface
-- Returns the variable description information
-- Invokes a corresponding method or accesses a property
-- Releases the given structure
-- Releases the given structure
-- Releases the given structure
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |