Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
The GetBreakpointByGuid method returns the breakpoint with the specified breakpoint GUID.
Syntax
HRESULT GetBreakpointByGuid(
[in] LPGUID Guid,
[out] PDEBUG_BREAKPOINT3 *Bp
);
Parameters
[in] Guid
Specifies the breakpoint GUID of the breakpoint to return.
[out] Bp
Receives the breakpoint.
Return value
This method can also return other error values. See Return Values for more details.
| Return code | Description |
|---|---|
|
The method was successful. |
|
No breakpoint was found with the given GUID, or the breakpoint with the specified GUID does not belong to the current process, or the breakpoint with the given GUID is private (see GetFlags). |
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | dbgeng.h |