ICreateTypeInfo2_DeleteVarDesc (OLEAUT32.@)
static HRESULT ICreateTypeInfo2_DeleteVarDesc ( ICreateTypeInfo2* iface, UINT index )
iface | [In] | The typeinfo from which to delete the variable description. |
index | [In] | The index of the variable description to delete. |
Delete a variable description from a type.
Success: S_OK.
Failure: One of E_OUTOFMEMORY, E_INVALIDARG, TYPE_E_IOERROR, TYPE_E_INVDATAREAD, TYPE_E_UNSUPFORMAT or TYPE_E_INVALIDSTATE.
Defined in "oaidl.h".
Implemented in "dlls/oleaut32/typelib2.c". source.winehq.org/source/dlls/oleaut32/typelib2.c
Debug channel "ole".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.