IDataModelScriptDebugBreakpoint::GetId method (dbgmodel.h)

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.

Syntax

ULONG64 GetId();

Return value

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

Requirements

Requirement Value
Header dbgmodel.h

See also

IDataModelScriptDebugBreakpoint interface