16 ok(
FALSE,
"VEHandler_1 called!\n");
23 ok(
TRUE,
"VEHandler_2 not called?\n");
32 ok(
lstrlenA(
"Hello World!") == 12,
"lstrlenA failed!\n");
33 ok(
lstrlenW(
L"Hello World!") == 12,
"lstrlenW failed!\n");
43RemoveVectoredExceptionHandler(pVEH);
52RemoveVectoredExceptionHandler(pVEH);
#define EXCEPTION_CONTINUE_SEARCH
int WINAPI lstrlenA(LPCSTR lpString)
LONG WINAPI VEHandler_2(PEXCEPTION_POINTERS ExceptionInfo)
LONG WINAPI VEHandler_1(PEXCEPTION_POINTERS ExceptionInfo)