RegCreateKeyExA
von ActiveVB-Team
Deklaration
Declare Function RegCreateKeyExA Lib "advapi32.dll" ( _ ByVal hKey As Long, _ ByVal lpSubKey As String, _ ByVal Reserved As Long, _ ByVal lpClass As String, _ ByVal dwOptions As Long, _ ByVal samDesired As Long, _ lpSecurityAttributes As SECURITY_ATTRIBUTES, _ phkResult As Long, _ lpdwDisposition As Long) As LongWeitere Informationen zur Verwendung dieser Funktion finden sie u.U. auch im Artikel RegCreateKeyExA 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 RegCreateKeyEx-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: 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