Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the current position of this stack frame within the user-level document.
Syntax
HRESULT GetDocumentPositionWithName(
BSTR *pDocumentName,
DWORD *pLine,
DWORD *pColumn
);
Parameters
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.
Return Value
Requirements
Header: jscript9diag.h