@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Definition: //from http://msdn.microsoft.com/en-US/library/microsoft.visualstudio.ole.interop.ipersiststreaminit.save(v=vs.80).aspx [ComImport] [Guid("7FD52380-4E07-101B-AE2D-08002B2EC713")] [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] interface IPersistStreamInit { int GetClassID (out Guid pClassID); int IsDirty (); void Load ([InAttribute] IStream pstm); void Save ([InAttribute] IStream pstm, [InAttribute] int fClearDirty); void GetSizeMax ([OutAttribute] ulong[] pcbSize); void InitNew (); } !!!!VB Definition: <ComImport> _ <Guid("7FD52380-4E07-101B-AE2D-08002B2EC713")> _ 'TODO: Insert <InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _ if this doesn't derive from IDispatch Interface IPersistStreamInit TODO End Interface !!!!User-Defined Types: None. !!!!Notes: None. Documentation: IPersistStreamInit@msdn on MSDN
Edit Interfaces.IPersist
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.