RegOpenKeyExA
von ActiveVB-Team
Deklaration
Declare Function RegOpenKeyExA Lib "advapi32.dll" ( _ ByVal hKey As Long, _ ByVal lpSubKey As String, _ ByVal ulOptions As Long, _ ByVal samDesired As Long, _ phkResult As Long) As LongWeitere Informationen zur Verwendung dieser Funktion finden sie u.U. auch im Artikel RegOpenKeyExA 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 RegOpenKeyEx-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: Enumerate the Values of a Registry Key
- 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: Enumerate the Subkeys of an Open Registry Key
- HOWTO: Set or Retrieve the Authentication Level of a DCOM Client
- HOWTO: Modify the Default Web Browser and E-mail Client Programmatically in Windows XP
- HOWTO: Access the Registry on a Remote Computer by Using Visual Basic 6.0 and the Windows API