StrategyBasedComWrappers.ComputeVtables 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.
Computes the desired Vtable for obj
, respecting the values of flags
.
protected:
override System::Runtime::InteropServices::ComWrappers::ComInterfaceEntry* ComputeVtables(System::Object ^ obj, System::Runtime::InteropServices::CreateComInterfaceFlags flags, [Runtime::InteropServices::Out] int % count);
protected override sealed System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry* ComputeVtables (object obj, System.Runtime.InteropServices.CreateComInterfaceFlags flags, out int count);
override this.ComputeVtables : obj * System.Runtime.InteropServices.CreateComInterfaceFlags * int -> nativeptr<System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry>
Parameters
- obj
- Object
Target of the returned Vtables.
- flags
- CreateComInterfaceFlags
A bitwise combination of the enumeration values that specifies how to compute Vtables.
- count
- Int32
When this method returns, contains the number of elements contained in the returned memory.
Returns
ComWrappers.ComInterfaceEntry pointer containing memory for all COM interface entries.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.