INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "This file was automaticaly generated by Visual Eiffel COM bridge. Do not edit"
cluster: ecom
deferred class ECOM_ICHANNELHOOK
inherit

ECOM_IUNKNOWN
end
feature -- interface members

ClientGetSize (uextent: expanded ECOM_PTR [expanded ECOM_GUID]; riid: expanded ECOM_PTR [expanded ECOM_GUID]; pdatasize: expanded ECOM_PTR [INTEGER])
-- [ FUNCTION ] ClientGetSize
-- ARGUMENTS:
-- [in][lcid] _GUID * uExtent
-- [in][lcid] _GUID * riid
-- [out][lcid] unsigned int * pDataSize
-- RETURN: void

ClientFillBuffer (uextent: expanded ECOM_PTR [expanded ECOM_GUID]; riid: expanded ECOM_PTR [expanded ECOM_GUID]; pdatasize: expanded ECOM_PTR [INTEGER]; pdatabuffer: POINTER)
-- [ FUNCTION ] ClientFillBuffer
-- ARGUMENTS:
-- [in][lcid] _GUID * uExtent
-- [in][lcid] _GUID * riid
-- [in][out][lcid] unsigned int * pDataSize
-- [in][lcid] void * pDataBuffer
-- RETURN: void

ClientNotify (uextent: expanded ECOM_PTR [expanded ECOM_GUID]; riid: expanded ECOM_PTR [expanded ECOM_GUID]; cbdatasize: INTEGER; pdatabuffer: POINTER; ldatarep: INTEGER; hrfault: ECOM_HRESULT)
-- [ FUNCTION ] ClientNotify
-- ARGUMENTS:
-- [in][lcid] _GUID * uExtent
-- [in][lcid] _GUID * riid
-- [in][lcid] unsigned int cbDataSize
-- [in][lcid] void * pDataBuffer
-- [in][lcid] unsigned int lDataRep
-- [in][lcid] HRESULT hrFault
-- RETURN: void

ServerNotify (uextent: expanded ECOM_PTR [expanded ECOM_GUID]; riid: expanded ECOM_PTR [expanded ECOM_GUID]; cbdatasize: INTEGER; pdatabuffer: POINTER; ldatarep: INTEGER)
-- [ FUNCTION ] ServerNotify
-- ARGUMENTS:
-- [in][lcid] _GUID * uExtent
-- [in][lcid] _GUID * riid
-- [in][lcid] unsigned int cbDataSize
-- [in][lcid] void * pDataBuffer
-- [in][lcid] unsigned int lDataRep
-- RETURN: void

ServerGetSize (uextent: expanded ECOM_PTR [expanded ECOM_GUID]; riid: expanded ECOM_PTR [expanded ECOM_GUID]; hrfault: ECOM_HRESULT; pdatasize: expanded ECOM_PTR [INTEGER])
-- [ FUNCTION ] ServerGetSize
-- ARGUMENTS:
-- [in][lcid] _GUID * uExtent
-- [in][lcid] _GUID * riid
-- [in][lcid] HRESULT hrFault
-- [out][lcid] unsigned int * pDataSize
-- RETURN: void

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)
-- [ FUNCTION ] ServerFillBuffer
-- ARGUMENTS:
-- [in][lcid] _GUID * uExtent
-- [in][lcid] _GUID * riid
-- [in][out][lcid] unsigned int * pDataSize
-- [in][lcid] void * pDataBuffer
-- [in][lcid] HRESULT hrFault
-- RETURN: void
end -- class ECOM_ICHANNELHOOK

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES