ICreateTypeInfo2::DeleteFuncDesc method (oaidl.h)

Deletes a function description specified by the index number.

Syntax

HRESULT DeleteFuncDesc(
  [in] UINT index
);

Parameters

[in] index

The index of the function whose description is to be deleted. The index should be in the range of 0 to 1 less than the number of functions in this type.

Return value

This method can return one of these values.

Return code Description
S_OK
Success.
E_INVALIDARG
One or more of the arguments is not valid.
E_OUTOFMEMORY
Insufficient memory to complete the operation.

Requirements

Requirement Value
Target Platform Windows
Header oaidl.h

See also

ICreateTypeInfo2