IFixedTypeInfo.GetImplTypeFlags(Int32, IMPLTYPEFLAGS) Method

Definition

For a description of this member, see GetImplTypeFlags(Int32, IMPLTYPEFLAGS).

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Parameters

index
Int32

The index of the flag.

pImplTypeFlags
IMPLTYPEFLAGS

Location to return the flags.

Applies to