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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.