Share via


IDebugPendingBreakpoint2::GetState

Gets the state of the pending breakpoint.

HRESULT GetState( 
   PENDING_BP_STATE_INFO* pState
);
int GetState( 
   PENDING_BP_STATE_INFO[] pState
);

Parameters

  • pState
    [in, out] A PENDING_BP_STATE_INFO structure that is filled in with a description of this pending breakpoint.

Return Value

If successful, returns S_OK; otherwise, returns an error code.

See Also

Reference

IDebugPendingBreakpoint2

PENDING_BP_STATE_INFO