25 references to MSOCRINFO
System.Windows.Forms.Primitives (25)
Microsoft\Office\IMsoComponent.cs (8)
40
internal delegate* unmanaged[Stdcall]<IMsoComponent*, IMsoComponent*, BOOL,
MSOCRINFO
*, BOOL, nint, uint, void> OnActivationChange_9;
74
MSOCRINFO
* pcrinfo,
181
/// <inheritdoc cref="Interface.OnActivationChange(IMsoComponent*, BOOL,
MSOCRINFO
*, BOOL, nint, uint)"/>
182
public void OnActivationChange(IMsoComponent* pic, BOOL fSameComponent,
MSOCRINFO
* pcrinfo, BOOL fHostIsActivating, nint pchostinfo, uint dwReserved)
185
((delegate* unmanaged[Stdcall]<IMsoComponent*, IMsoComponent*, BOOL,
MSOCRINFO
*, BOOL, nint, uint, void>)_lpVtbl[8])
339
/// <see cref="
MSOCRINFO
.grfcrf"/> has the <see cref="msocrf.ExclusiveBorderSpace"/>
347
/// <see cref="
MSOCRINFO
.grfcrf"/> has the <see cref="msocrf.ExclusiveActivation"/>
386
MSOCRINFO
* pcrinfo,
Microsoft\Office\IMsoComponentManager.cs (13)
73
/// <inheritdoc cref="Interface.FRegisterComponent(IMsoComponent*,
MSOCRINFO
*, nuint*)"/>
74
public BOOL FRegisterComponent(IMsoComponent* piComponent,
MSOCRINFO
* pcrinfo, nuint* dwComponentID)
77
return ((delegate* unmanaged[Stdcall]<IMsoComponentManager*, IMsoComponent*,
MSOCRINFO
*, nuint*, BOOL>)_lpVtbl[5])
89
/// <inheritdoc cref="Interface.FUpdateComponentRegistration(nuint,
MSOCRINFO
*)"/>
90
public BOOL FUpdateComponentRegistration(nuint dwComponentID,
MSOCRINFO
* pcrinfo)
93
return ((delegate* unmanaged[Stdcall]<IMsoComponentManager*, nuint,
MSOCRINFO
*, BOOL>)_lpVtbl[7])
179
/// <inheritdoc cref="Interface.FGetActiveComponent(msogac, IMsoComponent**,
MSOCRINFO
*, uint)"/>
180
public BOOL FGetActiveComponent(msogac dwgac, IMsoComponent** ppic,
MSOCRINFO
* pcrinfo, uint dwReserved)
183
return ((delegate* unmanaged[Stdcall]<IMsoComponentManager*, msogac, IMsoComponent**,
MSOCRINFO
*, uint, BOOL>)_lpVtbl[17])
262
MSOCRINFO
* pcrinfo,
288
MSOCRINFO
* pcrinfo);
520
/// If <paramref name="pcrinfo"/> is not <see langword="null" /> caller should set <see cref="
MSOCRINFO
.cbSize"/>
533
MSOCRINFO
* pcrinfo,
Microsoft\Office\IMsoComponentManager.NativeAdapter.cs (3)
34
BOOL Interface.FRegisterComponent(IMsoComponent* piComponent,
MSOCRINFO
* pcrinfo, nuint* dwComponentID)
46
BOOL Interface.FUpdateComponentRegistration(nuint dwComponentID,
MSOCRINFO
* pcrinfo)
117
BOOL Interface.FGetActiveComponent(msogac dwgac, IMsoComponent** ppic,
MSOCRINFO
* pcrinfo, uint dwReserved)
Microsoft\Office\MSOCRINFO.cs (1)
12
/// The size, in bytes, of the <see cref="
MSOCRINFO
" /> structure.