ICreateTypeInfo2_DeleteVarDesc(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/oleaut32/typelib2.c".
- Debug channel "ole".