BindMoniker (OLE32.@)
HRESULT BindMoniker ( LPMONIKER pmk, DWORD grfOpt, REFIID riid, LPVOID* ppvResult )
Binds to a moniker.
pmk | [In] | Moniker to bind to. |
grfOpt | [In] | Reserved option flags. Set to 0. |
riid | [In] | Id of the interface to bind to. |
pvResult | [Out] | Address that receives the interface of the object that was bound to. |
Success: S_OK.
Failure: Any HRESULT code.
Declared in "include/objbase.h". gitlab.winehq.org/wine/wine/blob/master/include/objbase.h
Implemented in "dlls/ole32/bindctx.c". gitlab.winehq.org/wine/wine/blob/master/dlls/ole32/bindctx.c
Debug channel "ole".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.