IROTData.GetComparisonData Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub GetComparisonData ( _
<OutAttribute> pbData As Byte(), _
cbMax As UInteger, _
<OutAttribute> ByRef pcbData As UInteger _
)
void GetComparisonData(
byte[] pbData,
uint cbMax,
out uint pcbData
)
void GetComparisonData(
[OutAttribute] array<unsigned char>^ pbData,
[InAttribute] unsigned int cbMax,
[OutAttribute] unsigned int% pcbData
)
abstract GetComparisonData :
pbData:byte[] byref *
cbMax:uint32 *
pcbData:uint32 byref -> unit
function GetComparisonData(
pbData : byte[],
cbMax : uint,
pcbData : uint
)
Parameters
- pbData
Type: array<System.Byte[]
- cbMax
Type: System.UInt32
- pcbData
Type: System.UInt32%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.