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 "ConsoleCtrlDelegate" in [All]

kernel32

.

    delegate bool ConsoleCtrlDelegate(CtrlTypes CtrlType);

.

        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 ConsoleCtrlDelegate(CtrlTypes CtrlType);

.

static extern bool SetConsoleCtrlHandler(ConsoleCtrlDelegate HandlerRoutine,

.

delegate Boolean ConsoleCtrlDelegate(CtrlTypes CtrlType);

.

Private Declare Function SetConsoleCtrlHandler Lib "kernel32" (Handler As ConsoleCtrlDelegate, Add As Boolean) As Boolean

.

Private Delegate Function ConsoleCtrlDelegate(CtrlType As CtrlTypes) As Boolean


 
Access PInvoke.net directly from VS: