Share via


DkmGetSourceServerDataAsyncResult(Byte[]) Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmModule.GetSourceServerData.

public DkmGetSourceServerDataAsyncResult (byte[] StreamData);
new Microsoft.VisualStudio.Debugger.Symbols.DkmGetSourceServerDataAsyncResult : byte[] -> Microsoft.VisualStudio.Debugger.Symbols.DkmGetSourceServerDataAsyncResult
Public Sub New (StreamData As Byte())

Parameters

StreamData
Byte[]

[In] True if this address is the first address in the line's range. False otherwise.

Applies to