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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.