1 implementation of Interface
System.Windows.Forms.Primitives (1)
Microsoft\Office\IMsoComponentManager.NativeAdapter.cs (1)
10internal 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)
22HRESULT Interface.QueryService(Guid* guidService, Guid* iid, void** ppvObj) 28BOOL Interface.FDebugMessage(nint dwReserved, uint msg, WPARAM wParam, LPARAM lParam) 34BOOL Interface.FRegisterComponent(IMsoComponent* piComponent, MSOCRINFO* pcrinfo, nuint* dwComponentID) 40BOOL Interface.FRevokeComponent(nuint dwComponentID) 46BOOL Interface.FUpdateComponentRegistration(nuint dwComponentID, MSOCRINFO* pcrinfo) 52BOOL Interface.FOnComponentActivate(nuint dwComponentID) 58BOOL Interface.FSetTrackingComponent(nuint dwComponentID, BOOL fTrack) 64void Interface.OnComponentEnterState( 76BOOL Interface.FOnComponentExitState( 87BOOL Interface.FInState(msocstate uStateID, void* pvoid) 93BOOL Interface.FContinueIdle() 99BOOL Interface.FPushMessageLoop(nuint dwComponentID, msoloop uReason, void* pvLoopData) 105BOOL Interface.FCreateSubComponentManager(IUnknown* punkOuter, IUnknown* punkServProv, Guid* riid, void** ppvObj) 111BOOL Interface.FGetParentComponentManager(IMsoComponentManager** ppicm) 117BOOL Interface.FGetActiveComponent(msogac dwgac, IMsoComponent** ppic, MSOCRINFO* pcrinfo, uint dwReserved)