CreateStdDispatch (OLEAUT32.32)
HRESULT CreateStdDispatch ( IUnknown* punkOuter, void* pvThis, ITypeInfo* ptinfo, IUnknown** stddisp )
Create and return a standard IDispatch object.
Success: S_OK. ppunkStdDisp contains the new object.
Failure: An HRESULT error code.
Outer unknown appears to be completely ignored.
Declared in "include/oleauto.h". gitlab.winehq.org/wine/wine/blob/master/include/oleauto.h
Implemented in "dlls/oleaut32/dispatch.c". gitlab.winehq.org/wine/wine/blob/master/dlls/oleaut32/dispatch.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.