Sponsors

RegSetValueEx

Function name: RegSetValueEx

Defined in : Advapi32

Requirements : Windows NT 3.1 or later; Windows 95 or later

Declaration:

Declare Function RegSetValueEx Lib "advapi32.dll" Alias "RegSetValueExA" (ByVal hKey As Long, ByVal lpValueName As String, ByVal Reserved As Long, ByVal dwType As Long, lpData As Any, ByVal cbData As Long) As Long ' Note that if you declare the lpData parameter as String, you must pass it By Value.

Parameters:

Returns:

Related functions:

Examples:

Sorry, this function has no examples yet.

Registry

Categories