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 information about an error that occurred while the scripting engine was running a script.
Syntax
HRESULT GetExceptionInfo(
EXCEPINFO *pexcepinfo // structure for exception information
);
Parameters
pexcepinfo
[out] Address of an EXCEPINFO structure that receives error information.
Return Value
Returns S_OK if successful, or E_FAIL if an error occurred.