HomeSort by relevance Sort by last modified time
    Searched refs:PHANDLER_ROUTINE (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincon.h 163 typedef WINBOOL (WINAPI *PHANDLER_ROUTINE)(DWORD CtrlType);
245 WINBASEAPI WINBOOL WINAPI SetConsoleCtrlHandler(PHANDLER_ROUTINE HandlerRoutine,WINBOOL Add);
  /external/wpa_supplicant_8/src/utils/
eloop_win.c 510 if (SetConsoleCtrlHandler((PHANDLER_ROUTINE) eloop_handle_console_ctrl,
  /external/ImageMagick/MagickCore/
nt-base.c 599 return(SetConsoleCtrlHandler((PHANDLER_ROUTINE) ControlHandler,TRUE));
    [all...]

Completed in 684 milliseconds