public virtual int Exception(EXCEPTION_RECORD64 Exception, UInt32 FirstChance)
		{
			return (int)DEBUG_STATUS.NO_CHANGE;
		}
Exemple #2
0
 public virtual int Exception(EXCEPTION_RECORD64 Exception, UInt32 FirstChance)
 {
     return((int)DEBUG_STATUS.NO_CHANGE);
 }