RegQueryValueExA
von ActiveVB-Team
Deklaration
Declare Function RegQueryValueExA Lib "advapi32.dll" ( _ ByVal hKey As Long, _ ByVal lpValueName As String, _ ByVal lpReserved As Long, _ lpType As Long, _ lpData As Any, _ lpcbData As Long) As LongWeitere Informationen zur Verwendung dieser Funktion finden sie u.U. auch im Artikel RegQueryValueExA 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 RegQueryValueEx-Funktion identisch. Bitte folgen Sie dem Link für eine Beschreibung.
Zugehörige Tipps
Zugehörige Microsoft Knowledge Base Artikel
- HOWTO: Retrieve Printer Name from Windows 95/98/Me Registry in VB
- HOWTO: Use the Registry API to Save and Retrieve Setting
- PRB: PageTimeout Defaults to Five Seconds in Jet 3.0
- HOWTO: Use API to Customize DAO Registry to Close ODBC Connection
- HOWTO: Logging on CDO (1.x) to Active Messaging Session with Default Profile
- HOWTO: Find VB32.EXE Without Searching the Hard Drive
- HOWTO: Specify or Change a Remote Server's Location at Run Time
- HOWTO: Implement the 'SnapTo' Feature in Visual Basic
- Suchen des Word-Startdatei-Pfads mit externer Lösung (WD2000)
- HOWTO: Change Time Zone Information Using Visual Basic
- HOWTO: Determine the Version of DCOM 95/98 Using Visual Basic
- HOWTO: Determine the Path for an Office Application
- In Access 2000 schlägt die Methode SendenObjekt (SendObject) fehl (ACC2000)
- HOWTO: Set or Retrieve the Authentication Level of a DCOM Client
- HOWTO: Determine Whether VBA Is Enabled for Office XP Application
- HOWTO: Deploy an Access 2002 project that includes the Microsoft SQL Server 2000 Desktop Engine
- HOWTO: Access the Registry on a Remote Computer by Using Visual Basic 6.0 and the Windows API