הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
The SetImplicitProcessDataOffset method sets the implicit process for the current target.
Syntax
HRESULT SetImplicitProcessDataOffset(
[in] ULONG64 Offset
);
Parameters
[in] Offset
Specifies the location in the target's memory address space of the data structure of the system process that is to become the implicit process for the current target. If this is zero, the implicit process for the current target is set to the default implicit process.
Return value
This method may also return error values. See Return Values for more details.
| Return code | Description |
|---|---|
|
The method was successful. |
Remarks
In kernel-mode debugging, the data structure is the KPROCESS structure for the process.
In user-mode debugging, the data structure is the process environment block (PEB) for the process.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | dbgeng.h (include Dbgeng.h) |