DkmRuntimeWalkNextFramesAndCheckCache164AsyncResult.IsCacheValid Property
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.
True if the cache was valid, false if not.
This API was introduced in Visual Studio 16 Update 4 (DkmApiVersion.VS16Update4).
public:
property bool IsCacheValid { bool get(); };
public bool IsCacheValid { get; }
member this.IsCacheValid : bool
Public ReadOnly Property IsCacheValid As Boolean