Constants
.
Guid IID_IPersistPropertyBag = new Guid("{37D84F60-42CB-11CE-8135-00AA004BB851}");
.
Guid IID_IPersistStorage = new Guid("{0000010A-0000-0000-C000-000000000046}");
.
Guid IID_IPersistStream = new Guid("{00000109-0000-0000-C000-000000000046}");
.
/// Unable to marshal an interface that does not support IPersistStream
.
public const int COMQC_E_NO_IPERSISTSTREAM = (int)(0x80110603 - 0x100000000);
Enums
.
///Unable to marshal an interface that does not support IPersistStream
.
[Description("Unable to marshal an interface that does not support IPersistStream")]
.
public const int COMQC_E_NO_IPERSISTSTREAM = unchecked((int)0x80110603);
.
'''Unable to marshal an interface that does not support IPersistStream
.
<Description("Unable to marshal an interface that does not support IPersistStream")> _
.
Public Const COMQC_E_NO_IPERSISTSTREAM As Integer = CInt(&H80110603UI)
.
/// If SLR_UPDATE is set, you do not need to call IPersistFile::IsDirty to determine
.
''' If SLR_UPDATE is set, you do not need to call IPersistFile::IsDirty to determine
Interfaces
.
Public Interface IPersist
TODO - a short description
2/23/2017 3:51:23 AM - -216.231.36.102
.
Public Interface IPersistStream
TODO - a short description
4/28/2013 11:17:36 PM - -199.181.202.7
.
Public Interface IPersist
TODO - a short description
2/23/2017 3:51:23 AM - -216.231.36.102
.
Public Interface IPersistStream
TODO - a short description
4/28/2013 11:17:36 PM - -199.181.202.7
.
private const string _IID_IPersistStorage = "{0000010A-0000-0000-C000-000000000046}";
.
private const string _IID_IPersistStream = "{00000109-0000-0000-C000-000000000046}";
.
private const string _IID_IPersistPropertyBag = "{37D84F60-42CB-11CE-8135-00AA004BB851}";
.
case _IID_IPersistStorage:
.
case _IID_IPersistStream:
.
case _IID_IPersistPropertyBag:
.
case _IID_IPersistStorage:
.
case _IID_IPersistStream:
.
case _IID_IPersistPropertyBag:
.
//from http://msdn.microsoft.com/en-US/library/microsoft.visualstudio.ole.interop.ipersiststreaminit.save(v=vs.80).aspx
.
interface IPersistStreamInit {
.
Interface IPersistStreamInit
.
.