23 references to IVBFormat
System.Windows.Forms (6)
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (1)
104
*ppvObj = ComHelpers.GetComPointer<
IVBFormat
>(new VBFormat());
System\Windows\Forms\ActiveX\AxHost.cs (1)
57
private static readonly Guid s_ivbformat_Guid = IID.GetRef<
IVBFormat
>();
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
84
*ppvObj = ComHelpers.GetComPointer<
IVBFormat
>(new VBFormat());
System\Windows\Forms\ActiveX\AxHost.VBFormat.cs (3)
12
private unsafe class VBFormat :
IVBFormat
.Interface, IManagedWrapper<
IVBFormat
>
14
HRESULT
IVBFormat
.Interface.Format(
System.Windows.Forms.Primitives (17)
Windows.Win32.IVBFormat.g.cs (15)
25
:IVTable<
IVBFormat
,
IVBFormat
.Vtbl>,IComIID {
41
return ((delegate *unmanaged [Stdcall]<
IVBFormat
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IVBFormat
*)Unsafe.AsPointer(ref this), riid, ppvObject);
46
return ((delegate *unmanaged [Stdcall]<
IVBFormat
*,uint>)lpVtbl[1])((
IVBFormat
*)Unsafe.AsPointer(ref this));
51
return ((delegate *unmanaged [Stdcall]<
IVBFormat
*,uint>)lpVtbl[2])((
IVBFormat
*)Unsafe.AsPointer(ref this));
69
private static winmdroot.Foundation.HRESULT Format(
IVBFormat
* pThis, winmdroot.System.Variant.VARIANT* vData, winmdroot.Foundation.BSTR bstrFormat, void* lpBuffer, ushort cb, int lcid, short sFirstDayOfWeek, ushort sFirstWeekOfYear, ushort* rcb)
112
((delegate *unmanaged [Stdcall]<
IVBFormat
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.BSTR ,void* ,ushort ,int ,short ,ushort ,ushort* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IVBFormat
*)Unsafe.AsPointer(ref this), vData, bstrFormat, lpBuffer, cb, lcid, sFirstDayOfWeek, sFirstWeekOfYear, rcb).ThrowOnFailure();
136
internal delegate *unmanaged [Stdcall]<
IVBFormat
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
138
internal delegate *unmanaged [Stdcall]<
IVBFormat
*,uint> AddRef_2;
140
internal delegate *unmanaged [Stdcall]<
IVBFormat
*,uint> Release_3;
142
internal delegate *unmanaged [Stdcall]<
IVBFormat
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.BSTR ,void* ,ushort ,int ,short ,ushort ,ushort* ,winmdroot.Foundation.HRESULT> Format_4;
Windows.Win32.System_Ole_IVBFormat_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Ole.
IVBFormat
.Interface.Format(winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.BSTR, void*, ushort, int, short, ushort, ushort*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT Format(this winmdroot.System.Ole.
IVBFormat
.Interface @this, ref winmdroot.System.Variant.VARIANT vData, winmdroot.Foundation.BSTR bstrFormat, void* lpBuffer, ushort cb, int lcid, short sFirstDayOfWeek, ushort sFirstWeekOfYear, ref ushort rcb)