Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 1.65 KB

nf-dbgmodel-idatamodelscriptdebugbreakpoint-getid.md

File metadata and controls

57 lines (47 loc) · 1.65 KB
UID title description ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos tech.root ms.custom f1_keywords topic_type api_type api_location api_name
NF:dbgmodel.IDataModelScriptDebugBreakpoint.GetId
IDataModelScriptDebugBreakpoint::GetId (dbgmodel.h)
The GetId method returns the unique identifier assigned by the script provider's debug engine to the breakpoint.
09/10/2018
IDataModelScriptDebugBreakpoint::GetId
IDataModelScriptDebugBreakpoint::GetId, GetId, IDataModelScriptDebugBreakpoint.GetId, IDataModelScriptDebugBreakpoint::GetId, IDataModelScriptDebugBreakpoint.GetId
dbgmodel.h
Windows
debugger
RS5
IDataModelScriptDebugBreakpoint::GetId
dbgmodel/IDataModelScriptDebugBreakpoint::GetId
apiref
COM
dbgmodel.h
IDataModelScriptDebugBreakpoint::GetId

IDataModelScriptDebugBreakpoint::GetId

-description

The GetId method returns the unique identifier assigned by the script provider's debug engine to the breakpoint. This identifier must be unique within the context of the containing script. The breakpoint identifier may be unique to the provider; however, that is not required.

-returns

This method returns ULONG64. The value is the unique identifier assigned to the breakpoint.

-remarks

-see-also

IDataModelScriptDebugBreakpoint interface