MSG

Aus API-Wiki
Version vom 14. Mai 2008, 09:43 Uhr von Nils Thomsen (Diskussion | Beiträge) (Die Seite wurde neu angelegt: <code vb> Type MSG hwnd As Long message As Long wParam As Long lParam As Long time As Long pt As POINTAPI End Type </code> Kategorie:Type)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springenZur Suche springen

Type MSG

   hwnd As Long
   message As Long
   wParam As Long
   lParam As Long
   time As Long
   pt As POINTAPI

End Type