Searched refs:exceptionCode (Results 1 – 2 of 2) sorted by relevance
21 bool IsHandledDeadlyException(DWORD exceptionCode);
926 bool IsHandledDeadlyException(DWORD exceptionCode) { in IsHandledDeadlyException() argument927 switch (exceptionCode) { in IsHandledDeadlyException()