DkmModule.GetAcceleratorTagTableSize(UInt32) Method

Definition

Gets a C++ AMP address for a register.

Location constraint: API must be called from an IDE component (component level > 100,000).

public:
 System::UInt32 GetAcceleratorTagTableSize([Runtime::InteropServices::Out] System::UInt32 % SizeOfForwardedTags);
public uint GetAcceleratorTagTableSize (out uint SizeOfForwardedTags);
member this.GetAcceleratorTagTableSize : uint32 -> uint32
Public Function GetAcceleratorTagTableSize (ByRef SizeOfForwardedTags As UInteger) As UInteger

Parameters

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