UCOMITypeInfo.GetImplTypeFlags(Int32, Int32) Method

Definition

Retrieves the IMPLTYPEFLAGS value for one implemented interface or base interface in a type description.

public:
 void GetImplTypeFlags(int index, [Runtime::InteropServices::Out] int % pImplTypeFlags);
public void GetImplTypeFlags (int index, out int pImplTypeFlags);
abstract member GetImplTypeFlags : int * int -> unit
Public Sub GetImplTypeFlags (index As Integer, ByRef pImplTypeFlags As Integer)

Parameters

index
Int32

Index of the implemented interface or base interface.

pImplTypeFlags
Int32

On successful return, a reference to the IMPLTYPEFLAGS enumeration.

Remarks

For additional information about ITypeInfo::GetImplTypeFlags, see the MSDN Library.

Applies to