Desktop Functions: Smart Device Functions:
|
C# Signature:
[DllImport("user32.dll")] VB Signature:
Declare Function GetCursorPos Lib "user32.dll" _ <DllImport("user32.dll")> _
Public Function GetCursorPos(<[In](), Out()> ByRef pt As POINT) As Boolean Point declaration <System.Runtime.InteropServices.StructLayout(Runtime.InteropServices.LayoutKind.Sequential)> _
Public Structure POINT User-Defined Types:Notes:None. Tips & Tricks:Please add some! Sample Code:
Point p; Alternative Managed API:
System.Windows.Forms.Cursor.Position 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).
|
|