DkmGPUComputeThread.UpdateBufferTag(UInt32) Method

Definition

Checks if a tag for a buffer has been forwarded for this kernel execution.

public:
 System::UInt32 UpdateBufferTag(System::UInt32 InputTag);
public:
 unsigned int UpdateBufferTag(unsigned int InputTag);
unsigned int UpdateBufferTag(unsigned int InputTag);
public uint UpdateBufferTag (uint InputTag);
member this.UpdateBufferTag : uint32 -> uint32
Public Function UpdateBufferTag (InputTag As UInteger) As UInteger

Parameters

InputTag
UInt32

[In] The C++ AMP pointer tag.

Returns

[Out] The forwarded tag value.

Applies to