DkmGPUComputeThread.ValidateAddress(UInt64) Method

Definition

Validate the specified GPU memory address.

public:
 bool ValidateAddress(System::UInt64 Address);
public:
 bool ValidateAddress(unsigned long long Address);
bool ValidateAddress(unsigned long Address);
public bool ValidateAddress (ulong Address);
member this.ValidateAddress : uint64 -> bool
Public Function ValidateAddress (Address As ULong) As Boolean

Parameters

Address
UInt64

[In] The address to validate.

Returns

[Out] True if the specified address is a valid GPU memory address, false otherwise.

Applies to