- application verifier set to Handles and LuaPriv
- call to PdhAddCounter surrounded by try {} catch (...) block.
- invalid handle exception caught if debugger is enabled (as expected from app verifier)
- exception _not_ handled : app crashes with dialog box.
- i read post about exception filter being reset by PdhAddCounter.
- since the function itself causes it, i can't re-enable it before...