1 implementation of Interface
System.Windows.Forms.Primitives (1)
Microsoft\Office\IMsoComponentManager.NativeAdapter.cs (1)
10
internal unsafe class NativeAdapter :
Interface
, IDisposable
31 references to Interface
System.Windows.Forms.Primitives (31)
Microsoft\Office\IMsoComponentManager.cs (16)
11
/// <inheritdoc cref="
Interface
"/>
57
/// <inheritdoc cref="
Interface
.QueryService(Guid*, Guid*, void**)"/>
65
/// <inheritdoc cref="
Interface
.FDebugMessage(nint, uint, WPARAM, LPARAM)"/>
73
/// <inheritdoc cref="
Interface
.FRegisterComponent(IMsoComponent*, MSOCRINFO*, nuint*)"/>
81
/// <inheritdoc cref="
Interface
.FRevokeComponent(nuint)"/>
89
/// <inheritdoc cref="
Interface
.FUpdateComponentRegistration(nuint, MSOCRINFO*)"/>
97
/// <inheritdoc cref="
Interface
.FOnComponentActivate(nuint)"/>
105
/// <inheritdoc cref="
Interface
.FSetTrackingComponent(nuint, BOOL)"/>
113
/// <inheritdoc cref="
Interface
.OnComponentEnterState(nuint, msocstate, msoccontext, uint, IMsoComponentManager**, uint)"/>
127
/// <inheritdoc cref="
Interface
.FOnComponentExitState(nuint, msocstate, msoccontext, uint, IMsoComponentManager**)"/>
140
/// <inheritdoc cref="
Interface
.FInState(msocstate, void*)"/>
148
/// <inheritdoc cref="
Interface
.FContinueIdle"/>
155
/// <inheritdoc cref="
Interface
.FPushMessageLoop(nuint, msoloop, void*)"/>
163
/// <inheritdoc cref="
Interface
.FCreateSubComponentManager(IUnknown*, IUnknown*, Guid*, void**)"/>
171
/// <inheritdoc cref="
Interface
.FGetParentComponentManager(IMsoComponentManager**)"/>
179
/// <inheritdoc cref="
Interface
.FGetActiveComponent(msogac, IMsoComponent**, MSOCRINFO*, uint)"/>
Microsoft\Office\IMsoComponentManager.NativeAdapter.cs (15)
22
HRESULT
Interface
.QueryService(Guid* guidService, Guid* iid, void** ppvObj)
28
BOOL
Interface
.FDebugMessage(nint dwReserved, uint msg, WPARAM wParam, LPARAM lParam)
34
BOOL
Interface
.FRegisterComponent(IMsoComponent* piComponent, MSOCRINFO* pcrinfo, nuint* dwComponentID)
40
BOOL
Interface
.FRevokeComponent(nuint dwComponentID)
46
BOOL
Interface
.FUpdateComponentRegistration(nuint dwComponentID, MSOCRINFO* pcrinfo)
52
BOOL
Interface
.FOnComponentActivate(nuint dwComponentID)
58
BOOL
Interface
.FSetTrackingComponent(nuint dwComponentID, BOOL fTrack)
64
void
Interface
.OnComponentEnterState(
76
BOOL
Interface
.FOnComponentExitState(
87
BOOL
Interface
.FInState(msocstate uStateID, void* pvoid)
93
BOOL
Interface
.FContinueIdle()
99
BOOL
Interface
.FPushMessageLoop(nuint dwComponentID, msoloop uReason, void* pvLoopData)
105
BOOL
Interface
.FCreateSubComponentManager(IUnknown* punkOuter, IUnknown* punkServProv, Guid* riid, void** ppvObj)
111
BOOL
Interface
.FGetParentComponentManager(IMsoComponentManager** ppicm)
117
BOOL
Interface
.FGetActiveComponent(msogac dwgac, IMsoComponent** ppic, MSOCRINFO* pcrinfo, uint dwReserved)