ITypeInfo::GetImplTypeFlags Method (UInt32, Int32)

 

Retrieves the IMPLTYPEFLAGS flags for an interface.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

void GetImplTypeFlags(
	unsigned int index,
	[OutAttribute] int% pImplTypeFlags
)

Parameters

index
Type: System::UInt32

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

pImplTypeFlags
Type: System::Int32

A value from the IMPLTYPEFLAGS enumeration.

Return to top
Show: