Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Returns the position of the statement where the breakpoint was bound.
Syntax
HRESULT GetDocumentPosition(
UINT64 *pDocumentId,
DWORD *pCharacterOffset,
DWORD *pStatementCharCount
);
Parameters
pDocumentId
[out] Unique ID for a source document (pointer to the IDebugDocumentText).
pCharacterOffset
[out] The zero-based character offset from the start of the script.
pStatementCharCount
[out] The length of current statement, which starts at *pCharacterOffset, in characters.
Return Value
Requirements
Header: jscript9diag.h