Interface IPersist

All Superinterfaces:
IUnknown
All Known Subinterfaces:
IMoniker, IPersistStream
All Known Implementing Classes:
Moniker, Moniker.ByReference

public interface IPersist extends IUnknown
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.
See Also:
  • Method Details

    • GetClassID

      Guid.CLSID GetClassID()
      Retrieves the class identifier (CLSID) of the object. HRESULT GetClassID( [out] CLSID *pClassID ); MSDN