ITypeInfo.GetImplTypeFlags(UInt32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.