MCPcopy Create free account
hub / github.com/bwapi/bwapi / DefFilterProc

Method DefFilterProc

bwapi/BWAPI/Source/ExceptionFilter.cpp:388–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388LONG TopLevelExceptionFilter::DefFilterProc(EXCEPTION_POINTERS *ep)
389{
390 if ( pOldExceptionFilter )
391 return pOldExceptionFilter(ep);
392 return EXCEPTION_CONTINUE_SEARCH;
393}

Callers 1

BWAPIExceptionFilterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected