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.
public:
void GetImplTypeFlags(System::UInt32 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
- pImplTypeFlags
- Int32