DkmGPUComputeThread.ValidateAddress(UInt64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.