API Reference > Extension Classes > Windows Classes > ErrorCtx Class > ErrorCtx Methods > ErrorCtx::fireWin32LastError Method
ErrorCtx::fireWin32LastError Method
Syntax
C++
static void fireWin32LastError();

Throws an error with the Win32LastError code.

Calls fire(HRESULT_FROM_WIN32(::GetLastError()))

Copyright © 2002–2020. Open Design Alliance. All rights reserved.