IMAPIWaitResult : IUnknown
Applies to: Outlook 2013 | Outlook 2016 | Outlook 2019
This interface is used by consumers of IMAPIInitMonitor to control where the wait happens. It allows them create the object on one thread and move it another thread to perform the actual wait.
Vtable order
function | description |
---|---|
HRESULT IMAPIWaitResult::End() | Called to initiate the blocking wait on the thread where it is called, which does not need to be the same thread that called IMAPIInitMonitor::BeginWait. |
quick info | result |
---|---|
Inherits from: |
IUnknown |
Implemented by: |
OLMAPI32.DLL |
Called by: |
Client applications |
Interface identifier: |
IID_IMAPIWaitResult |