Searched refs:exceptionCode (Results 1 – 2 of 2) sorted by relevance
22 bool IsHandledDeadlyException(DWORD exceptionCode);
846 bool IsHandledDeadlyException(DWORD exceptionCode) { in IsHandledDeadlyException() argument847 switch (exceptionCode) { in IsHandledDeadlyException()