DkmModule.GetAcceleratorTagTableSize(UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取寄存器的 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。
返回
弄实际 C++ AMP 指针中找到的最大标记值加1。