ITypeInfo.GetImplTypeFlags(UInt32, Int32) Method

Definition

Retrieves the IMPLTYPEFLAGS flags for an interface.

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

Parameters

index
UInt32

Index of the implemented interface or base interface for which to get the flags.

pImplTypeFlags
Int32

A value from the IMPLTYPEFLAGS enumeration.

Applies to