IDebugClrEEComObjectProperty120.GetComInterfacePointers 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:
int GetComInterfacePointers(int bIInspectableOnly, System::UInt32 celt, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched, cli::array <System::UInt64> ^ pInterfacePointers);
public int GetComInterfacePointers(int bIInspectableOnly, uint celt, out uint pceltFetched, ulong[] pInterfacePointers);
abstract member GetComInterfacePointers : int * uint32 * uint32 * uint64[] -> int
Public Function GetComInterfacePointers (bIInspectableOnly As Integer, celt As UInteger, ByRef pceltFetched As UInteger, pInterfacePointers As ULong()) As Integer
Parameters
- bIInspectableOnly
- Int32
- celt
- UInt32
- pceltFetched
- UInt32
- pInterfacePointers
- UInt64[]