1 implementation of GetSizeMax
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
480HRESULT IPersistStreamInit.Interface.GetSizeMax(ulong* pCbSize) => HRESULT.S_OK;
3 references to GetSizeMax
System.Windows.Forms.Primitives (3)
Windows.Win32.IPersistStreamInit.g.cs (1)
212 return __object.GetSizeMax(pCbSize);
Windows.Win32.System_Com_IPersistStreamInit_Extensions.g.cs (2)
33 /// <inheritdoc cref="winmdroot.System.Com.IPersistStreamInit.Interface.GetSizeMax(ulong*)"/> 38 winmdroot.Foundation.HRESULT __result = @this.GetSizeMax(pCbSizeLocal);