Skip to content

Latest commit

 

History

History
48 lines (42 loc) · 1.13 KB

idebugpendingbreakpoint2-getstate.md

File metadata and controls

48 lines (42 loc) · 1.13 KB
description title ms.date ms.topic f1_keywords helpviewer_keywords author ms.author manager ms.subservice dev_langs
Gets the state of the pending breakpoint.
IDebugPendingBreakpoint2::GetState
11/04/2016
reference
IDebugPendingBreakpoint2::GetState
GetState method
IDebugPendingBreakpoint2::GetState method
maiak
maiak
mijacobs
debug-diagnostics
CPP
CSharp

IDebugPendingBreakpoint2::GetState

Gets the state of the pending breakpoint.

Syntax

int GetState( 
   PENDING_BP_STATE_INFO[] pState
);
HRESULT 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