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_ISEQUENTIALSTREAM
inherit

ECOM_IUNKNOWN
end
feature -- interface members

Read (pv: POINTER; cb: INTEGER; pcbread: expanded ECOM_PTR [INTEGER]): ECOM_HRESULT
-- [ FUNCTION ] Read
-- ARGUMENTS:
-- [out][lcid] void * pv
-- [in][lcid] unsigned int cb
-- [out][lcid] unsigned int * pcbRead
-- RETURN: HRESULT

Write (pv: POINTER; cb: INTEGER; pcbwritten: expanded ECOM_PTR [INTEGER]): ECOM_HRESULT
-- [ FUNCTION ] Write
-- ARGUMENTS:
-- [in][lcid] void * pv
-- [in][lcid] unsigned int cb
-- [out][lcid] unsigned int * pcbWritten
-- RETURN: HRESULT
end -- class ECOM_ISEQUENTIALSTREAM

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES