IDkmGPUSymbolQuery.GetAcceleratorTagTableSize(DkmModule, UInt32) Method

Definition

Gets a C++ AMP address for a register.

public:
 System::UInt32 GetAcceleratorTagTableSize(Microsoft::VisualStudio::Debugger::Symbols::DkmModule ^ module, [Runtime::InteropServices::Out] System::UInt32 % sizeOfForwardedTags);
public uint GetAcceleratorTagTableSize (Microsoft.VisualStudio.Debugger.Symbols.DkmModule module, out uint sizeOfForwardedTags);
abstract member GetAcceleratorTagTableSize : Microsoft.VisualStudio.Debugger.Symbols.DkmModule * uint32 -> uint32
Public Function GetAcceleratorTagTableSize (module As DkmModule, ByRef sizeOfForwardedTags As UInteger) As UInteger

Parameters

module
DkmModule

[In] The DkmModule class represents a code bundle (ex: dll or exe) which is or once was loaded into one or more processes. The DkmModule class is the central object to the symbol APIs, and is 1:1 with the symbol handler's notation of what is loaded. If a code bundle loads into three different processes (or the same process but with three different base addresses or three different app domains) but the symbol handler thinks of all of these as being identical, there will be only one module object.

sizeOfForwardedTags
UInt32

[Out] Maximum tag value that may be subject to buffer forwarding plus one.

Returns

[Out] Maximum tag value found in actual C++ AMP pointers plus one.

Applies to