- indexing
- title: "This file was automaticaly generated by Visual Eiffel COM bridge. Do not edit"
- cluster: ecom
class ECOM_CLIENT_ICHANNELHOOK
- inherit
-
ECOM_ICHANNELHOOK
-
- undefine
- copy,
- is_equal
- end
-
ECOM_CLIENT_IUNKNOWN
-
- redefine
- get_ptr
- end
- feature -- get ptr
-
get_ptr: expanded ECOM_PTR [expanded ECOM_CLIENT_ICHANNELHOOK]
- feature -- interface members
-
ClientGetSize (uextent: expanded ECOM_PTR [expanded ECOM_GUID]; riid: expanded ECOM_PTR [expanded ECOM_GUID]; pdatasize: expanded ECOM_PTR [INTEGER])
-
ClientFillBuffer (uextent: expanded ECOM_PTR [expanded ECOM_GUID]; riid: expanded ECOM_PTR [expanded ECOM_GUID]; pdatasize: expanded ECOM_PTR [INTEGER]; pdatabuffer: POINTER)
-
ClientNotify (uextent: expanded ECOM_PTR [expanded ECOM_GUID]; riid: expanded ECOM_PTR [expanded ECOM_GUID]; cbdatasize: INTEGER; pdatabuffer: POINTER; ldatarep: INTEGER; hrfault: ECOM_HRESULT)
-
ServerNotify (uextent: expanded ECOM_PTR [expanded ECOM_GUID]; riid: expanded ECOM_PTR [expanded ECOM_GUID]; cbdatasize: INTEGER; pdatabuffer: POINTER; ldatarep: INTEGER)
-
ServerGetSize (uextent: expanded ECOM_PTR [expanded ECOM_GUID]; riid: expanded ECOM_PTR [expanded ECOM_GUID]; hrfault: ECOM_HRESULT; pdatasize: expanded ECOM_PTR [INTEGER])
-
ServerFillBuffer (uextent: expanded ECOM_PTR [expanded ECOM_GUID]; riid: expanded ECOM_PTR [expanded ECOM_GUID]; pdatasize: expanded ECOM_PTR [INTEGER]; pdatabuffer: POINTER; hrfault: ECOM_HRESULT)
end -- class ECOM_CLIENT_ICHANNELHOOK