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