IPersist Interface
Provides the CLSID of an object that can be stored persistently in the system.
Allows the object to specify which object handler to use in the client process,
as it is used in the default implementation of marshaling.
Namespace: DevCase.Win32.InterfacesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[ComImportAttribute]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("0000010c-0000-0000-c000-000000000046")]
public interface IPersist
<ComImportAttribute>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("0000010c-0000-0000-c000-000000000046")>
Public Interface IPersist
Dim instance As IPersist
[ComImportAttribute]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"0000010c-0000-0000-c000-000000000046")]
public interface class IPersist
[<ComImportAttribute>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("0000010c-0000-0000-c000-000000000046")>]
type IPersist = interface end
No code example is currently available or this language may not be supported.
GetClassID
|
Retrieves the class identifier (CLSID) of the object.
|