SHSetValue |
Declare Function Api_SHSetValue& Lib "Shlwapi" Alias "SHSetValueA" (ByVal hkey&, ByVal pszSubKey$, ByVal pszValue$, ByVal dwType&, pvData As Any, ByVal cbData&) |
Declare Declare Function SHSetValue Lib "Shlwapi" Alias "SHSetValueA" (ByVal hkey As Long, ByVal pszSubKey As String, ByVal pszValue As String, ByVal dwType As Long, pvData As Any, ByVal cbData As Long) As Long |
|
レジストリ値を設定する。 |
|
パラメータ |