NAME

DispGetIDsOfNames  (OLEAUT32.29)

SYNOPSIS

 HRESULT DispGetIDsOfNames
 (
  ITypeInfo* ptinfo,
  OLECHAR**  rgszNames,
  UINT       cNames,
  DISPID*    rgdispid
 )

PARAMS

ptinfo [In] Object's type info.
rgszNames [In] Array of names to get DISPID's for.
cNames [In] Number of names in rgszNames.
rgdispid [Out] Destination for converted DISPID's.

DESCRIPTION

Convert a set of parameter names to DISPID's for DispInvoke.

RETURNS

Success: S_OK.

Failure: An HRESULT error code.

NOTES

This call defers to ITypeInfo_GetIDsOfNames. The ITypeInfo interface passed as ptinfo contains the information to map names to DISPID's.

IMPLEMENTATION

Defined in "oleauto.h".

Implemented in "dlls/oleaut32/dispatch.c". source.winehq.org/source/dlls/oleaut32/dispatch.c

Debug channel "ole".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.