1 instantiation of OCPFIPARAMS
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
2968
OCPFIPARAMS parameters =
new
()
6 references to OCPFIPARAMS
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (2)
2968
OCPFIPARAMS
parameters = new()
2970
cbStructSize = (uint)sizeof(
OCPFIPARAMS
),
System.Windows.Forms.Primitives (4)
Windows.Win32.PInvoke.OLEAUT32.dll.g.cs (4)
135
/// <inheritdoc cref="OleCreatePropertyFrameIndirect(winmdroot.System.Ole.
OCPFIPARAMS
*)"/>
137
internal static unsafe winmdroot.Foundation.HRESULT OleCreatePropertyFrameIndirect(in winmdroot.System.Ole.
OCPFIPARAMS
lpParams)
139
fixed (winmdroot.System.Ole.
OCPFIPARAMS
* lpParamsLocal = &lpParams)
159
internal static extern unsafe winmdroot.Foundation.HRESULT OleCreatePropertyFrameIndirect(winmdroot.System.Ole.
OCPFIPARAMS
* lpParams);