Condividi tramite


IDebugCodeContext2.Compare Method

Definition

Overloads

Compare(enum_CONTEXT_COMPARE, IDebugMemoryContext2[], UInt32, UInt32)
Compare(UInt32, IDebugMemoryContext2[], UInt32, UInt32)

Compare(enum_CONTEXT_COMPARE, IDebugMemoryContext2[], UInt32, UInt32)

public:
 int Compare(Microsoft::VisualStudio::Debugger::Interop::enum_CONTEXT_COMPARE Compare, cli::array <Microsoft::VisualStudio::Debugger::Interop::IDebugMemoryContext2 ^> ^ rgpMemoryContextSet, System::UInt32 dwMemoryContextSetLen, [Runtime::InteropServices::Out] System::UInt32 % pdwMemoryContext);
public int Compare (Microsoft.VisualStudio.Debugger.Interop.enum_CONTEXT_COMPARE Compare, Microsoft.VisualStudio.Debugger.Interop.IDebugMemoryContext2[] rgpMemoryContextSet, uint dwMemoryContextSetLen, out uint pdwMemoryContext);
abstract member Compare : Microsoft.VisualStudio.Debugger.Interop.enum_CONTEXT_COMPARE * Microsoft.VisualStudio.Debugger.Interop.IDebugMemoryContext2[] * uint32 * uint32 -> int
Public Function Compare (Compare As enum_CONTEXT_COMPARE, rgpMemoryContextSet As IDebugMemoryContext2(), dwMemoryContextSetLen As UInteger, ByRef pdwMemoryContext As UInteger) As Integer

Parameters

rgpMemoryContextSet
IDebugMemoryContext2[]
dwMemoryContextSetLen
UInt32
pdwMemoryContext
UInt32

Returns

Implements

Applies to

Compare(UInt32, IDebugMemoryContext2[], UInt32, UInt32)

public:
 int Compare(System::UInt32 Compare, cli::array <Microsoft::VisualStudio::Debugger::Interop::IDebugMemoryContext2 ^> ^ rgpMemoryContextSet, System::UInt32 dwMemoryContextSetLen, [Runtime::InteropServices::Out] System::UInt32 % pdwMemoryContext);
public int Compare (uint Compare, Microsoft.VisualStudio.Debugger.Interop.IDebugMemoryContext2[] rgpMemoryContextSet, uint dwMemoryContextSetLen, out uint pdwMemoryContext);
abstract member Compare : uint32 * Microsoft.VisualStudio.Debugger.Interop.IDebugMemoryContext2[] * uint32 * uint32 -> int
Public Function Compare (Compare As UInteger, rgpMemoryContextSet As IDebugMemoryContext2(), dwMemoryContextSetLen As UInteger, ByRef pdwMemoryContext As UInteger) As Integer

Parameters

Compare
UInt32
rgpMemoryContextSet
IDebugMemoryContext2[]
dwMemoryContextSetLen
UInt32
pdwMemoryContext
UInt32

Returns

Implements

Applies to