HrThisThreadAdviseSink (MAPI32.42)
HRESULT HrThisThreadAdviseSink ( LPMAPIADVISESINK lpSink, LPMAPIADVISESINK* lppNewSink )
Ensure that an advise sink is only notified in its originating thread.
lpSink | [In] | IMAPIAdviseSink interface to be protected. |
lppNewSink | [In] | Destination for wrapper IMAPIAdviseSink interface. |
Success: S_OK. *lppNewSink contains a new sink to use in place of lpSink.
Failure: E_INVALIDARG, if any parameter is invalid.
Declared in "include/mapiutil.h". gitlab.winehq.org/wine/wine/blob/master/include/mapiutil.h
Implemented in "dlls/mapi32/util.c". gitlab.winehq.org/wine/wine/blob/master/dlls/mapi32/util.c
Debug channel "mapi".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.