Returns the current position of this stack frame within the user-level document.
HRESULT GetDocumentPositionWithName( BSTR *pDocumentName, DWORD *pLine, DWORD *pColumn );
- pDocumentName
[out] For static scripts, a URL to document. For dynamic scripts, a name containing the type of script (for example, eval code, function code etc.) is returned.
- pLine
[out] 1-based line position within the document.
- pColumn
[out] 1-based line position within the document.
Requirements
Header: jscript9diag.h