Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Retrieves the line in the source file where an error occurred while a scripting engine was running a script.
Syntax
HRESULT GetSourceLineText(
BSTR *pbstrSourceLine // address of buffer for source line
);
Parameter
pbstrSourceLine
[out] Address of a buffer that receives the line of source code in which the error occurred.
Return Value
Returns S_OK if successful, or E_FAIL if the line in the source file was not retrieved.