IOleComponent2Private Members
Include Protected Members
Include Inherited Members
The following interface is implemented here to fix a problem in the Interop.9.0 definition where the marshalling for GetWaitHandlesAndTimeout has an extra level of indirection on the handles argument which results in INVALID_HANDLE_VALUE errors in the message loop. Interop.9.0 decided not to fix this and thus we have IOleComponent2 defined here. All the methods with 'new' are required to keep the vtables aligned
The IOleComponent2Private type exposes the following members.
Methods
Name | Description | |
---|---|---|
FContinueMessageLoop(UInt32, IntPtr, array<MSG[]) | ||
FContinueMessageLoop | (Inherited from IOleComponent.) | |
FDoIdle(UInt32) | ||
FDoIdle | (Inherited from IOleComponent.) | |
FPreTranslateMessage(array<MSG[]) | ||
FPreTranslateMessage | (Inherited from IOleComponent.) | |
FQueryTerminate(Int32) | ||
FQueryTerminate | (Inherited from IOleComponent.) | |
FReserved1(UInt32, UInt32, IntPtr, IntPtr) | ||
FReserved1 | (Inherited from IOleComponent.) | |
GetWaitHandlesAndTimeout | ||
HwndGetWindow(UInt32, UInt32) | ||
HwndGetWindow | (Inherited from IOleComponent.) | |
OnActivationChange(IOleComponent, Int32, array<OLECRINFO[], Int32, array<OLECHOSTINFO[], UInt32) | ||
OnActivationChange | (Inherited from IOleComponent.) | |
OnAppActivate(Int32, UInt32) | ||
OnAppActivate | (Inherited from IOleComponent.) | |
OnEnterState(UInt32, Int32) | ||
OnEnterState | (Inherited from IOleComponent.) | |
OnHandleSignaled | ||
OnLoseActivation() | ||
OnLoseActivation | (Inherited from IOleComponent.) | |
OnTimeout | ||
Terminate() | ||
Terminate | (Inherited from IOleComponent.) |
Top