NAME

ICreateTypeInfo2_DeleteVarDesc  (OLEAUT32.@)

SYNOPSIS

 static HRESULT ICreateTypeInfo2_DeleteVarDesc
 (
  ICreateTypeInfo2* iface,
  UINT              index
 )

PARAMS

iface [In] The typeinfo from which to delete the variable description.
index [In] The index of the variable description to delete.

DESCRIPTION

Delete a variable description from a type.

RETURNS

Success: S_OK.

Failure: One of E_OUTOFMEMORY, E_INVALIDARG, TYPE_E_IOERROR, TYPE_E_INVDATAREAD, TYPE_E_UNSUPFORMAT 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 © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.