Desktop Functions: Smart Device Functions:
|
HandlerRoutine (kernel32)
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 C# Signature:
delegate bool ConsoleCtrlDelegate(CtrlTypes CtrlType); or
delegate bool HandlerRoutine(CtrlTypes CtrlType); VB Signature:
Declare Function HandlerRoutine Lib "kernel32.dll" (TODO) As TODO User-Defined Types:
// Enumerated type for the control messages sent to the handler routine Alternative Managed API:Do you know one? Please contribute it! Notes:None. Tips & Tricks:Please add some! Sample Code:Please add some! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|