RegSetValueExA
von ActiveVB-Team
Deklaration
Declare Function RegSetValueExA Lib "advapi32.dll" ( _ ByVal hKey As Long, _ ByVal lpValueName As String, _ ByVal Reserved As Long, _ ByVal dwType As Long, _ lpData As Any, _ ByVal cbData As Long) As LongWeitere Informationen zur Verwendung dieser Funktion finden sie u.U. auch im Artikel RegSetValueExA 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 RegSetValueEx-Funktion identisch. Bitte folgen Sie dem Link für eine Beschreibung.
Zugehörige Tipps
Zugehörige Microsoft Knowledge Base Artikel
- 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: Specify or Change a Remote Server's Location at Run Time
- HOWTO: Programmatically Create a DSN for SQL Server with VB
- HOWTO: Build an Office 2000 COM Add-In in Visual Basic
- 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