Compartir a través de


DiagnosticContext.PackInfo Method (Byte[], Int32, Int32)

Namespace:  Microsoft.Exchange.Diagnostics
Assembly:  Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)

Syntax

'Declaration
Public Shared Function PackInfo ( _
    destinationBuffer As Byte(), _
    ByRef pos As Integer, _
    maxSize As Integer _
) As Integer
'Usage
Dim destinationBuffer As Byte()
Dim pos As Integer
Dim maxSize As Integer
Dim returnValue As Integer

returnValue = DiagnosticContext.PackInfo(destinationBuffer, _
    pos, maxSize)
public static int PackInfo(
    byte[] destinationBuffer,
    ref int pos,
    int maxSize
)

Parameters

  • destinationBuffer
    Type: []

Return Value

Type: System.Int32