IFixedTypeInfo.GetImplTypeFlags(Int32, IMPLTYPEFLAGS) 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.
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.