Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "HandlerRoutine" in [All]

kernel32

.

    // http://pinvoke.net/default.aspx/kernel32/HandlerRoutine.html

.

        ConsoleCtrlDelegate HandlerRoutine,

.

This is defined elsewhere as the 'ConsoleCtrlDelegate' : http://pinvoke.net/search.aspx?search=ConsoleCtrlDelegate&namespace=[All] but if you are searching for the Microsoft Terminology name, you'd be calling it the HandlerRoutine

.

   delegate bool HandlerRoutine(CtrlTypes CtrlType);

.

Declare Function HandlerRoutine Lib "kernel32.dll" (TODO) As TODO

.
Documentation
[HandlerRoutine] on MSDN
.

static extern bool SetConsoleCtrlHandler(ConsoleCtrlDelegate HandlerRoutine,


 
Access PInvoke.net directly from VS: