UCOMITypeInfo.GetImplTypeFlags(Int32, 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 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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.