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

Defined in "oaidl.h".

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

Debug channel "ole".


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