Desktop Functions: Smart Device Functions:
|
KillTimer (user32)
C# Signature:
[DllImport("user32.dll", ExactSpelling=true)] VB Signature:
<DllImport("user32.dll", SetLastError:=True)> _ User-Defined Types:None. Notes:The native method is actually prototyped to take an unsigned event ID, but because unsigned types are not CLS compliant, declaring it as signed makes it somewhat easier to work with. Tips & Tricks:Please add some! Sample Code:Please add some! Alternative Managed API:System.Windows.Forms.Timer 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). |
|