DispGetIDsOfNames (OLEAUT32.29)
HRESULT DispGetIDsOfNames ( ITypeInfo* ptinfo, OLECHAR** rgszNames, UINT cNames, DISPID* rgdispid )
ptinfo | [In] | Object's type info. |
rgszNames | [In] | Array of names to get DISPIDs for. |
cNames | [In] | Number of names in rgszNames. |
rgdispid | [Out] | Destination for converted DISPIDs. |
Convert a set of parameter names to DISPIDs for DispInvoke.
Success: S_OK.
Failure: An HRESULT error code.
This call defers to ITypeInfo_GetIDsOfNames. The ITypeInfo interface passed as ptinfo contains the information to map names to DISPIDs.
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.