G.f. method
Initializes the size of your server application's document window to given dimensions, and loads the application's persistently stored non-screen-image data.
OLE-part-Load-From-Storage obj width height => ()
<ole-server-framework> or <ole-in-process-server>.
<integer>.
<integer>.
None.
OLE-Server
OLE-Server
Initializes the size of your server application's document window to the saved width and height (in integer pixel units), and loads the application's persistent data from storage by reading from your stream objects (which were created by OLE-part-Open-Streams).
The reading can be done either by using helper functions such as istream-read-integer and istream-read-int16, or by using the low-level API function IStream/Read.
If your server application has no data other than its window image to store persistently, your method can do nothing. But you must define one even so, because there is no default method. We have not supplied default methods because most applications will need persistent storage, and to allow these operations to be silently ignored could lead to difficulties that would be difficult to trace.