Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the pending breakpoint that caused the error.
HRESULT GetPendingBreakpoint (
IDebugPendingBreakpoint2** ppPendingBreakpoint
);
int GetPendingBreakpoint (
out IDebugPendingBreakpoint2 ppPendingBreakpoint
);
Parameters
- ppPendingBreakpoint
[out] Returns an IDebugPendingBreakpoint2 object that represents the pending breakpoint that failed to be bound.
Return Value
If successful, returns S_OK; otherwise, returns an error code.