DkmGetTokenSymbolStoreAttributeAsyncResult(Byte[]) Constructor

Definition

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

public:
 DkmGetTokenSymbolStoreAttributeAsyncResult(cli::array <System::Byte> ^ Data);
public:
 DkmGetTokenSymbolStoreAttributeAsyncResult(Platform::Array <byte> ^ Data);
 DkmGetTokenSymbolStoreAttributeAsyncResult(std::Array <byte> const & Data);
public DkmGetTokenSymbolStoreAttributeAsyncResult (byte[] Data);
new Microsoft.VisualStudio.Debugger.Symbols.DkmGetTokenSymbolStoreAttributeAsyncResult : byte[] -> Microsoft.VisualStudio.Debugger.Symbols.DkmGetTokenSymbolStoreAttributeAsyncResult
Public Sub New (Data As Byte())

Parameters

Data
Byte[]

[In] The value of the requested symbol store attribute. This will be an empty array if the specified attribute name cannot be found.

Applies to