- indexing
- title: "This file was automaticaly generated by Visual Eiffel COM bridge. Do not edit"
- cluster: ecom
class ECOM_CLIENT_ITYPELIB2
- inherit
-
ECOM_ITYPELIB2
-
- undefine
- copy,
- is_equal
- end
-
ECOM_CLIENT_ITYPELIB
-
- redefine
- get_ptr
- end
- feature -- get ptr
-
get_ptr: expanded ECOM_PTR [expanded ECOM_CLIENT_ITYPELIB2]
- feature -- interface members
-
GetCustData (guid: expanded ECOM_PTR [expanded ECOM_GUID]; pvarval: expanded ECOM_PTR [expanded ECOM_VARIANT]): ECOM_HRESULT
-
GetLibStatistics (pcuniquenames: expanded ECOM_PTR [INTEGER]; pcchuniquenames: expanded ECOM_PTR [INTEGER]): ECOM_HRESULT
-
GetDocumentation2 (index: INTEGER; lcid: INTEGER; pbstrhelpstring: expanded ECOM_PTR [ECOM_BSTR]; pdwhelpstringcontext: expanded ECOM_PTR [INTEGER]; pbstrhelpstringdll: expanded ECOM_PTR [ECOM_BSTR]): ECOM_HRESULT
-
GetAllCustData (pcustdata: expanded ECOM_PTR [expanded ECOM_CUSTDATA]): ECOM_HRESULT
end -- class ECOM_CLIENT_ITYPELIB2