Hex Editor
- Binary File Editing Software for Windows
IMultiSelection.Save Method
< Previous
Top
Next >
Declaration
Automation:
void
Save
(
[in]
interface IStream
pStream
) ;
Native (C++):
HRESULT
Save
(
[in]
interface IStream *
pStream
) ;
Parameters
pStream
Pointer to a stream object
Return Value
S_OK or standard OLE error code.
Remarks
Compresses and saves the selection object to a given stream. Complexity: linear-time, depending on number of ranges in a selection object.
< Previous
Top
Next >