1 implementation of Interface
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
25
IPersistStorage.
Interface
,
16 references to Interface
System.Windows.Forms (7)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (7)
395
HRESULT IPersistStorage.
Interface
.GetClassID(Guid* pClassID)
407
HRESULT IPersistStorage.
Interface
.IsDirty() => ActiveXInstance.IsDirty();
410
HRESULT IPersistStorage.
Interface
.InitNew(IStorage* pStg) => HRESULT.S_OK;
413
HRESULT IPersistStorage.
Interface
.Load(IStorage* pStg)
424
HRESULT IPersistStorage.
Interface
.Save(IStorage* pStgSave, BOOL fSameAsLoad)
435
HRESULT IPersistStorage.
Interface
.SaveCompleted(IStorage* pStgNew) => HRESULT.S_OK;
438
HRESULT IPersistStorage.
Interface
.HandsOffStorage() => HRESULT.S_OK;
System.Windows.Forms.Primitives (9)
Windows.Win32.IPersistStorage.g.cs (7)
71
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
96
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
127
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
163
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
199
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
239
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
274
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
Windows.Win32.System_Com_StructuredStorage_IPersistStorage_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Com.StructuredStorage.IPersistStorage.
Interface
.GetClassID(global::System.Guid*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetClassID(this winmdroot.System.Com.StructuredStorage.IPersistStorage.
Interface
@this, out global::System.Guid pClassID)