DkmModule.GetAcceleratorTagTableSize(UInt32) 方法

定义

获取寄存器的 C++ AMP 地址。

位置约束:必须从 IDE 组件 (组件级别 100000) 中调用 API > 。

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

参数

SizeOfForwardedTags
UInt32

弄可能服从缓冲区转发的最大标记值加1。

返回

UInt32

弄实际 C++ AMP 指针中找到的最大标记值加1。

适用于