Scroll to navigation

ICreateTypeInfo2_SetName(3w) Wine API ICreateTypeInfo2_SetName(3w)

NAME

ICreateTypeInfo2_SetName (OLEAUT32.@)

SYNOPSIS

static HRESULT ICreateTypeInfo2_SetName
(
ICreateTypeInfo2* iface,
LPOLESTR szName
)
 

DESCRIPTION

Set the name for a typeinfo.
 

RETURNS

Success: S_OK.
Failure: One of STG_E_INSUFFICIENTMEMORY, E_OUTOFMEMORY, E_INVALIDARG or TYPE_E_INVALIDSTATE.
 

IMPLEMENTATION

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