INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "EOLE_PERSIST_STREAM_INIT", "The IPersistStreamInit interface is defined as a replacement", "for IPersistStream in order to add an initialization method,", "InitNew."
project: "Visual Eiffel Library"
revision: "$Revision: 1.2 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: wine
class EOLE_PERSIST_STREAM_INIT
inherit

EOLE_PERSIST_STREAM
redefine
create_ole_interface_ptr,
on_query_interface
end
feature

create_ole_interface_ptr: POINTER

init_new
--
-- Purpose:
-- Initializes the object to a default state. This method is called
-- instead of IPersistStreamInit::Load.
-- Params:
-- None.
-- Return Value:
-- None.
-- Notes:
-- Error code of this operation is available via
-- the 'get_status_code' method.
--
end -- class EOLE_PERSIST_STREAM_INIT

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES