DkmBaseDebugMonitorId.ReflectedWin32Process 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.
DkmProcess is backed by a snapshot of a win32 process. Such a debuggee can be inspected but all execution control operations are blocked including stepping and func-eval. This is necessary because the process is not fully initialized and cannot run code.
public:
static property Guid ReflectedWin32Process { Guid get(); };
public static Guid ReflectedWin32Process { get; }
static member ReflectedWin32Process : Guid
Public Shared ReadOnly Property ReflectedWin32Process As Guid