Die Community zu .NET und Classic VB.
Menü

DrawState

 von 

Deklaration  

Declare Function DrawState Lib "user32.dll" _
                 Alias "DrawStateA" ( _
                 ByVal hDC As Long, _
                 ByVal hBrush As Long, _
                 ByVal lpDrawStateProc As Long, _
                 ByVal lParam As Long, _
                 ByVal wParam As Long, _
                 ByVal n1 As Long, _
                 ByVal n2 As Long, _
                 ByVal n3 As Long, _
                 ByVal n4 As Long, _
                 ByVal un As Long) As Long
Weitere Informationen zur Verwendung dieser Funktion finden sie u.U. auch im Artikel DrawState des API-Wikis.

Sollte diese Deklaration fehlerhaft sein, würden wir uns freuen, wenn sie diese als fehlerhafte Deklaration melden würden.

Zugehörige Tipps