Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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