Scroll to navigation

ICreateTypeInfo2_SetParamCustData(3w) Wine API ICreateTypeInfo2_SetParamCustData(3w)

NAME

ICreateTypeInfo2_SetParamCustData (OLEAUT32.@)

SYNOPSIS

static HRESULT ICreateTypeInfo2_SetParamCustData
(
ICreateTypeInfo2* iface,
UINT indexFunc,
UINT indexParam,
REFGUID guid,
VARIANT* pVarVal
)
 

PARAMS

iface [In] The typeinfo in which to set the custom data.
indexFunc [In] The index of the function on which the parameter resides.
indexParam [In] The index of the parameter on which to set the custom data.
guid [In] The GUID used as a key to retrieve the custom data.
pVarVal [In] The custom data.
 

DESCRIPTION

Set the custom data for a function parameter.
 

RETURNS

Success: S_OK.
Failure: One of E_OUTOFMEMORY or E_INVALIDARG.
 

IMPLEMENTATION

Declared in "oaidl.h".
Implemented in "dlls/oleaut32/typelib2.c".
Debug channel "ole".
Oct 2012 Wine API