|
COMPersistHelper::GetMaxStreamSizeGet maximum stream size Descriptionpublic int COMPersistHelper::GetMaxStreamSize()
Retrieves the size of the stream (in bytes) needed to save the object. ParametersThis function has no parameters. Return ValuesReturns the size of the stream (in bytes) needed to save the object. Errors/ExceptionsA com_exception is thrown if the associated object does neither implement the COM interface IPersistStream nor IPersistStreamInit, or when calling the IPersistStream::GetSizeMax method failed. |