.
C# Definition:
[ComImport, Guid("0000010c-0000-0000-c000-000000000046"),
InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IPersist
{
[PreserveSig]
void GetClassID(out Guid pClassID);
}
VB Definition:
#Region "IPersist Interface Definition"
<ComImport(), Guid("0000010c-0000-0000-c000-000000000046"), _
InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IPersist
<PreserveSig()> Sub GetClassID(ByRef pClassID As Guid)
End Interface
#End Region
User-Defined Field Types:
None.
Notes:
None.
TODO - a short description
2/23/2017 3:51:23 AM - -216.231.36.102
TODO - a short description
2/23/2017 3:51:23 AM - -216.231.36.102
TODO - a short description
12/26/2015 5:59:47 PM - anonymous
