Scroll to navigation

ICreateTypeInfo2_DeleteVarDescByMemId(3w) Wine API ICreateTypeInfo2_DeleteVarDescByMemId(3w)

NAME

ICreateTypeInfo2_DeleteVarDescByMemId (OLEAUT32.@)

SYNOPSIS

static HRESULT ICreateTypeInfo2_DeleteVarDescByMemId
(
ICreateTypeInfo2* iface,
MEMBERID memid
)
 

PARAMS

iface [In] The typeinfo from which to delete the variable description.
memid [In] The member Id 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

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