- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
try {
// ....
} except(EXCEPTION_EXECUTE_HANDLER) {
Err = ERROR_INVALID_PARAMETER;
//
// Access the following variables here so that the compiler will respect our statement
// ordering w.r.t. these values. Otherwise, we can't be sure that the values are accurate
// at the point where the exception occurred.
//
Buffer = Buffer;
Array = Array;
i = i;
}
SmackMyBitchUp 10.01.2012 08:20 # +1
Над бараном третий день сижу ржу
mazafaker666 10.01.2012 08:22 # 0
микрософт же
Sauron 10.01.2012 09:13 # +2
mazafaker666 10.01.2012 09:15 # +1
это утекшие сорцы вин2к
sneak-peek 11.01.2012 15:52 # 0
Т.е. для юзермода у них в компиляторе есть __try __except __finally __raise, а в ядре смысла в подчёркиваниях нету
mazafaker666 12.01.2012 07:01 # 0
Array = Array;
i = i;
такие?)
алсо, это код ведра, кеширование вроде
sneak-peek 12.01.2012 19:48 # 0
XEP 09.09.2016 23:02 # 0
guest8 09.04.2019 12:29 # −999