GetWindowLongA
von ActiveVB-Team
Deklaration
Declare Function GetWindowLongA Lib "user32.dll" ( _ ByVal hwnd As Long, _ ByVal nIndex As Long) As LongWeitere Informationen zur Verwendung dieser Funktion finden sie u.U. auch im Artikel GetWindowLongA des API-Wikis.
Sollte diese Deklaration fehlerhaft sein, würden wir uns freuen, wenn sie diese als fehlerhafte Deklaration melden würden.
Die Beschreibung dieser Funktion ist mit der Beschreibung der GetWindowLong-Funktion identisch. Bitte folgen Sie dem Link für eine Beschreibung.
Zugehörige Tipps
Zugehörige Microsoft Knowledge Base Artikel
- HOWTO: Suppress Maximize & Minimize Buttons on MDI Parent Form
- HOWTO: Get a Window Handle Without Specifying an Exact Title
- HOWTO: Print the WebBrowser Control
- HOWTO: Subclass a UserControl
- HOWTO: Position a MsgBox Using a Windows Hook Procedure
- PRB: Focus/Activation Problems with MFC Control on VB Forms
- HOWTO: Create Floating Pop-Up Menus (ACC2000)
- HOWTO: Create a Layered Window in Visual Basic
- HOWTO: Delete the Window Control menu commands programmatically in Excel 2002