Home
last modified time | relevance | path

Searched refs:REG_LOCAL_MACHINE (Results 1 – 25 of 39) sorted by relevance

12

/dports/security/softether/v4.38-9760/src/Cedar/
H A DBridgeWin32.c233 MsRegWriteInt(REG_LOCAL_MACHINE, key, "MonitorMode", 1); in SetVLanEnableStatus()
240 MsRegDeleteValue(REG_LOCAL_MACHINE, key, "TaggingMode"); in SetVLanEnableStatus()
245 MsRegDeleteValue(REG_LOCAL_MACHINE, key, "MonitorMode"); in SetVLanEnableStatus()
291 MsRegWriteInt(REG_LOCAL_MACHINE, tcpkey, "MTU", 1500); in SetVLanEnableStatus()
299 MsRegDeleteValue(REG_LOCAL_MACHINE, tcpkey, "MTU"); in SetVLanEnableStatus()
391 DWORD SkDisableVlanStrip = MsRegReadInt(REG_LOCAL_MACHINE, in GetVLanEnableStatus()
400 if (MsRegIsValue(REG_LOCAL_MACHINE, tcpkey, "MTU") == false) in GetVLanEnableStatus()
495 t2 = MsRegEnumKey(REG_LOCAL_MACHINE, tmp); in SearchDeviceInstanceIdFromShortKey()
508 t3 = MsRegEnumKey(REG_LOCAL_MACHINE, tmp2); in SearchDeviceInstanceIdFromShortKey()
521 s = MsRegReadStr(REG_LOCAL_MACHINE, tmp3, "Driver"); in SearchDeviceInstanceIdFromShortKey()
[all …]
H A DSeLowUser.c136 return MsRegLoadHive(REG_LOCAL_MACHINE, L"DRIVERS", filename); in SuLoadDriversHive()
148 return MsRegUnloadHive(REG_LOCAL_MACHINE, L"DRIVERS"); in SuUnloadDriversHive()
197 keys = MsRegEnumKeyEx2(REG_LOCAL_MACHINE, base_key_name, false, true); in SuDeleteGarbageInfsInner()
210 oem_name = MsRegReadStrEx2(REG_LOCAL_MACHINE, full_key, "", false, true); in SuDeleteGarbageInfsInner()
211 inf_name = MsRegReadStrEx2(REG_LOCAL_MACHINE, full_key, "InfName", false, true); in SuDeleteGarbageInfsInner()
212 provider = MsRegReadStrEx2(REG_LOCAL_MACHINE, full_key, "Provider", false, true); in SuDeleteGarbageInfsInner()
294 current_sl_ver = MsRegReadIntEx2(REG_LOCAL_MACHINE, SL_REG_KEY_NAME, in SuInstallDriverInner()
298 path = MsRegReadStrEx2(REG_LOCAL_MACHINE, SL_REG_KEY_NAME, "ImagePath", false, true); in SuInstallDriverInner()
384 MsRegWriteIntEx2(REG_LOCAL_MACHINE, SL_REG_KEY_NAME, in SuInstallDriverInner()
469 if (MsRegReadIntEx2(REG_LOCAL_MACHINE, SL_REG_KEY_NAME, "EnableSeLow", false, true) != 0) in SuIsSupportedOs()
[all …]
H A DSW.c2270 MsRegDeleteValue(REG_LOCAL_MACHINE, WIN9X_SVC_REGKEY_1, c->SvcName); in SwUninstallMain()
2271 MsRegDeleteValue(REG_LOCAL_MACHINE, WIN9X_SVC_REGKEY_2, c->SvcName); in SwUninstallMain()
2339 MsRegDeleteKeyEx2(REG_LOCAL_MACHINE, tmpa, false, true); in SwUninstallMain()
2349 MsRegDeleteValueEx2(sw->IsSystemMode ? REG_LOCAL_MACHINE : REG_CURRENT_USER, in SwUninstallMain()
3600 MsRegWriteStrW(REG_LOCAL_MACHINE, WIN9X_SVC_REGKEY_1, c->SvcName, fullpath2); in SwInstallMain()
3601 MsRegWriteStrW(REG_LOCAL_MACHINE, WIN9X_SVC_REGKEY_2, c->SvcName, fullpath2); in SwInstallMain()
3785 MsRegNewKeyEx2(REG_LOCAL_MACHINE, SW_VPN_CLIENT_EXT_REGKEY_SUB1, false, true); in SwInstallMain()
3786 MsRegNewKeyEx2(REG_LOCAL_MACHINE, SW_VPN_CLIENT_EXT_REGKEY_SUB2, false, true); in SwInstallMain()
3887 MsRegWriteStrEx2W(REG_LOCAL_MACHINE, uninstall_keyname, "DisplayIcon", setup_icon, in SwInstallMain()
3967 MsRegWriteStrEx2W(sw->IsSystemMode ? REG_LOCAL_MACHINE : REG_CURRENT_USER, in SwInstallMain()
[all …]
H A DIPsec_Win7.c483 MsRegWriteInt(REG_LOCAL_MACHINE, IPSEC_WIN7_DRIVER_REGKEY, in SetCurrentIPsecWin7DriverBuild()
491 return MsRegReadInt(REG_LOCAL_MACHINE, IPSEC_WIN7_DRIVER_REGKEY, in GetCurrentIPsecWin7DriverBuild()
H A DClient.c230 …product_id = MsRegReadStr(REG_LOCAL_MACHINE, "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion", "P… in CiGetCurrentMachineHashOld()
233 …product_id = MsRegReadStr(REG_LOCAL_MACHINE, "SOFTWARE\\Microsoft\\Windows\\CurrentVersion", "Prod… in CiGetCurrentMachineHashOld()
305 …if (MsRegWriteBinEx(REG_LOCAL_MACHINE, MS_REG_TCP_SETTING_KEY, "LastMachineHash", data, SHA1_SIZE,… in CiWriteLastMachineHash()
327 b = MsRegReadBinEx(REG_LOCAL_MACHINE, MS_REG_TCP_SETTING_KEY, "LastMachineHash", true); in CiReadLastMachineHash()
5532 …MsRegWriteIntEx2(REG_LOCAL_MACHINE, CLIENT_WIN32_REGKEYNAME, CLIENT_WIN32_REGVALUE_PORT, i, false,… in CiRpcServerThread()
5533 …MsRegWriteIntEx2(REG_LOCAL_MACHINE, CLIENT_WIN32_REGKEYNAME, CLIENT_WIN32_REGVALUE_PID, MsGetCurre… in CiRpcServerThread()
5605 …MsRegDeleteValueEx2(REG_LOCAL_MACHINE, CLIENT_WIN32_REGKEYNAME, CLIENT_WIN32_REGVALUE_PORT, false,… in CiRpcServerThread()
5606 …MsRegDeleteValueEx2(REG_LOCAL_MACHINE, CLIENT_WIN32_REGKEYNAME, CLIENT_WIN32_REGVALUE_PID, false, … in CiRpcServerThread()
5856 …reg_port = MsRegReadIntEx2(REG_LOCAL_MACHINE, CLIENT_WIN32_REGKEYNAME, CLIENT_WIN32_REGVALUE_PORT,… in CcConnectRpcEx()
5857 …reg_pid = MsRegReadIntEx2(REG_LOCAL_MACHINE, CLIENT_WIN32_REGKEYNAME, CLIENT_WIN32_REGVALUE_PID, f… in CcConnectRpcEx()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DBridgeWin32.c233 MsRegWriteInt(REG_LOCAL_MACHINE, key, "MonitorMode", 1); in SetVLanEnableStatus()
240 MsRegDeleteValue(REG_LOCAL_MACHINE, key, "TaggingMode"); in SetVLanEnableStatus()
245 MsRegDeleteValue(REG_LOCAL_MACHINE, key, "MonitorMode"); in SetVLanEnableStatus()
291 MsRegWriteInt(REG_LOCAL_MACHINE, tcpkey, "MTU", 1500); in SetVLanEnableStatus()
299 MsRegDeleteValue(REG_LOCAL_MACHINE, tcpkey, "MTU"); in SetVLanEnableStatus()
391 DWORD SkDisableVlanStrip = MsRegReadInt(REG_LOCAL_MACHINE, in GetVLanEnableStatus()
400 if (MsRegIsValue(REG_LOCAL_MACHINE, tcpkey, "MTU") == false) in GetVLanEnableStatus()
495 t2 = MsRegEnumKey(REG_LOCAL_MACHINE, tmp); in SearchDeviceInstanceIdFromShortKey()
508 t3 = MsRegEnumKey(REG_LOCAL_MACHINE, tmp2); in SearchDeviceInstanceIdFromShortKey()
521 s = MsRegReadStr(REG_LOCAL_MACHINE, tmp3, "Driver"); in SearchDeviceInstanceIdFromShortKey()
[all …]
H A DSeLowUser.c136 return MsRegLoadHive(REG_LOCAL_MACHINE, L"DRIVERS", filename); in SuLoadDriversHive()
148 return MsRegUnloadHive(REG_LOCAL_MACHINE, L"DRIVERS"); in SuUnloadDriversHive()
197 keys = MsRegEnumKeyEx2(REG_LOCAL_MACHINE, base_key_name, false, true); in SuDeleteGarbageInfsInner()
210 oem_name = MsRegReadStrEx2(REG_LOCAL_MACHINE, full_key, "", false, true); in SuDeleteGarbageInfsInner()
211 inf_name = MsRegReadStrEx2(REG_LOCAL_MACHINE, full_key, "InfName", false, true); in SuDeleteGarbageInfsInner()
212 provider = MsRegReadStrEx2(REG_LOCAL_MACHINE, full_key, "Provider", false, true); in SuDeleteGarbageInfsInner()
294 current_sl_ver = MsRegReadIntEx2(REG_LOCAL_MACHINE, SL_REG_KEY_NAME, in SuInstallDriverInner()
298 path = MsRegReadStrEx2(REG_LOCAL_MACHINE, SL_REG_KEY_NAME, "ImagePath", false, true); in SuInstallDriverInner()
384 MsRegWriteIntEx2(REG_LOCAL_MACHINE, SL_REG_KEY_NAME, in SuInstallDriverInner()
469 if (MsRegReadIntEx2(REG_LOCAL_MACHINE, SL_REG_KEY_NAME, "EnableSeLow", false, true) != 0) in SuIsSupportedOs()
[all …]
H A DSW.c2270 MsRegDeleteValue(REG_LOCAL_MACHINE, WIN9X_SVC_REGKEY_1, c->SvcName); in SwUninstallMain()
2271 MsRegDeleteValue(REG_LOCAL_MACHINE, WIN9X_SVC_REGKEY_2, c->SvcName); in SwUninstallMain()
2339 MsRegDeleteKeyEx2(REG_LOCAL_MACHINE, tmpa, false, true); in SwUninstallMain()
2349 MsRegDeleteValueEx2(sw->IsSystemMode ? REG_LOCAL_MACHINE : REG_CURRENT_USER, in SwUninstallMain()
3600 MsRegWriteStrW(REG_LOCAL_MACHINE, WIN9X_SVC_REGKEY_1, c->SvcName, fullpath2); in SwInstallMain()
3601 MsRegWriteStrW(REG_LOCAL_MACHINE, WIN9X_SVC_REGKEY_2, c->SvcName, fullpath2); in SwInstallMain()
3785 MsRegNewKeyEx2(REG_LOCAL_MACHINE, SW_VPN_CLIENT_EXT_REGKEY_SUB1, false, true); in SwInstallMain()
3786 MsRegNewKeyEx2(REG_LOCAL_MACHINE, SW_VPN_CLIENT_EXT_REGKEY_SUB2, false, true); in SwInstallMain()
3887 MsRegWriteStrEx2W(REG_LOCAL_MACHINE, uninstall_keyname, "DisplayIcon", setup_icon, in SwInstallMain()
3967 MsRegWriteStrEx2W(sw->IsSystemMode ? REG_LOCAL_MACHINE : REG_CURRENT_USER, in SwInstallMain()
[all …]
H A DIPsec_Win7.c483 MsRegWriteInt(REG_LOCAL_MACHINE, IPSEC_WIN7_DRIVER_REGKEY, in SetCurrentIPsecWin7DriverBuild()
491 return MsRegReadInt(REG_LOCAL_MACHINE, IPSEC_WIN7_DRIVER_REGKEY, in GetCurrentIPsecWin7DriverBuild()
H A DClient.c230 …product_id = MsRegReadStr(REG_LOCAL_MACHINE, "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion", "P… in CiGetCurrentMachineHashOld()
233 …product_id = MsRegReadStr(REG_LOCAL_MACHINE, "SOFTWARE\\Microsoft\\Windows\\CurrentVersion", "Prod… in CiGetCurrentMachineHashOld()
305 …if (MsRegWriteBinEx(REG_LOCAL_MACHINE, MS_REG_TCP_SETTING_KEY, "LastMachineHash", data, SHA1_SIZE,… in CiWriteLastMachineHash()
327 b = MsRegReadBinEx(REG_LOCAL_MACHINE, MS_REG_TCP_SETTING_KEY, "LastMachineHash", true); in CiReadLastMachineHash()
5532 …MsRegWriteIntEx2(REG_LOCAL_MACHINE, CLIENT_WIN32_REGKEYNAME, CLIENT_WIN32_REGVALUE_PORT, i, false,… in CiRpcServerThread()
5533 …MsRegWriteIntEx2(REG_LOCAL_MACHINE, CLIENT_WIN32_REGKEYNAME, CLIENT_WIN32_REGVALUE_PID, MsGetCurre… in CiRpcServerThread()
5605 …MsRegDeleteValueEx2(REG_LOCAL_MACHINE, CLIENT_WIN32_REGKEYNAME, CLIENT_WIN32_REGVALUE_PORT, false,… in CiRpcServerThread()
5606 …MsRegDeleteValueEx2(REG_LOCAL_MACHINE, CLIENT_WIN32_REGKEYNAME, CLIENT_WIN32_REGVALUE_PID, false, … in CiRpcServerThread()
5856 …reg_port = MsRegReadIntEx2(REG_LOCAL_MACHINE, CLIENT_WIN32_REGKEYNAME, CLIENT_WIN32_REGVALUE_PORT,… in CcConnectRpcEx()
5857 …reg_pid = MsRegReadIntEx2(REG_LOCAL_MACHINE, CLIENT_WIN32_REGKEYNAME, CLIENT_WIN32_REGVALUE_PID, f… in CcConnectRpcEx()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DBridgeWin32.c139 MsRegWriteInt(REG_LOCAL_MACHINE, key, "MonitorMode", 1); in SetVLanEnableStatus()
146 MsRegDeleteValue(REG_LOCAL_MACHINE, key, "TaggingMode"); in SetVLanEnableStatus()
151 MsRegDeleteValue(REG_LOCAL_MACHINE, key, "MonitorMode"); in SetVLanEnableStatus()
197 MsRegWriteInt(REG_LOCAL_MACHINE, tcpkey, "MTU", 1500); in SetVLanEnableStatus()
205 MsRegDeleteValue(REG_LOCAL_MACHINE, tcpkey, "MTU"); in SetVLanEnableStatus()
297 DWORD SkDisableVlanStrip = MsRegReadInt(REG_LOCAL_MACHINE, in GetVLanEnableStatus()
306 if (MsRegIsValue(REG_LOCAL_MACHINE, tcpkey, "MTU") == false) in GetVLanEnableStatus()
401 t2 = MsRegEnumKey(REG_LOCAL_MACHINE, tmp); in SearchDeviceInstanceIdFromShortKey()
414 t3 = MsRegEnumKey(REG_LOCAL_MACHINE, tmp2); in SearchDeviceInstanceIdFromShortKey()
427 s = MsRegReadStr(REG_LOCAL_MACHINE, tmp3, "Driver"); in SearchDeviceInstanceIdFromShortKey()
[all …]
H A DSeLowUser.c41 return MsRegLoadHive(REG_LOCAL_MACHINE, L"DRIVERS", filename); in SuLoadDriversHive()
53 return MsRegUnloadHive(REG_LOCAL_MACHINE, L"DRIVERS"); in SuUnloadDriversHive()
102 keys = MsRegEnumKeyEx2(REG_LOCAL_MACHINE, base_key_name, false, true); in SuDeleteGarbageInfsInner()
115 oem_name = MsRegReadStrEx2(REG_LOCAL_MACHINE, full_key, "", false, true); in SuDeleteGarbageInfsInner()
116 inf_name = MsRegReadStrEx2(REG_LOCAL_MACHINE, full_key, "InfName", false, true); in SuDeleteGarbageInfsInner()
117 provider = MsRegReadStrEx2(REG_LOCAL_MACHINE, full_key, "Provider", false, true); in SuDeleteGarbageInfsInner()
199 current_sl_ver = MsRegReadIntEx2(REG_LOCAL_MACHINE, SL_REG_KEY_NAME, in SuInstallDriverInner()
203 path = MsRegReadStrEx2(REG_LOCAL_MACHINE, SL_REG_KEY_NAME, "ImagePath", false, true); in SuInstallDriverInner()
289 MsRegWriteIntEx2(REG_LOCAL_MACHINE, SL_REG_KEY_NAME, in SuInstallDriverInner()
374 if (MsRegReadIntEx2(REG_LOCAL_MACHINE, SL_REG_KEY_NAME, "EnableSeLow", false, true) != 0) in SuIsSupportedOs()
[all …]
H A DSW.c2175 MsRegDeleteKeyEx2(REG_LOCAL_MACHINE, tmpa, false, true); in SwUninstallMain()
2185 MsRegDeleteValueEx2(sw->IsSystemMode ? REG_LOCAL_MACHINE : REG_CURRENT_USER, in SwUninstallMain()
3532 MsRegNewKeyEx2(REG_LOCAL_MACHINE, SW_VPN_CLIENT_EXT_REGKEY_SUB1, false, true); in SwInstallMain()
3533 MsRegNewKeyEx2(REG_LOCAL_MACHINE, SW_VPN_CLIENT_EXT_REGKEY_SUB2, false, true); in SwInstallMain()
3625 MsRegWriteStrEx2W(REG_LOCAL_MACHINE, uninstall_keyname, "DisplayName", c->LongName, in SwInstallMain()
3634 MsRegWriteStrEx2W(REG_LOCAL_MACHINE, uninstall_keyname, "DisplayIcon", setup_icon, in SwInstallMain()
3638 MsRegWriteIntEx2(REG_LOCAL_MACHINE, uninstall_keyname, "NoModify", 1, false, true); in SwInstallMain()
3639 MsRegWriteIntEx2(REG_LOCAL_MACHINE, uninstall_keyname, "NoRepair", 1, false, true); in SwInstallMain()
3654 MsRegWriteStrEx2(REG_LOCAL_MACHINE, uninstall_keyname, "InstallDate", install_date, in SwInstallMain()
3714 MsRegWriteStrEx2W(sw->IsSystemMode ? REG_LOCAL_MACHINE : REG_CURRENT_USER, in SwInstallMain()
[all …]
H A DProto_Win7.c362 MsRegWriteInt(REG_LOCAL_MACHINE, IPSEC_WIN7_DRIVER_REGKEY, in SetCurrentIPsecWin7DriverBuild()
370 return MsRegReadInt(REG_LOCAL_MACHINE, IPSEC_WIN7_DRIVER_REGKEY, in GetCurrentIPsecWin7DriverBuild()
H A DClient.c167 …product_id = MsRegReadStr(REG_LOCAL_MACHINE, "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion", "P… in CiGetCurrentMachineHashOld()
170 …product_id = MsRegReadStr(REG_LOCAL_MACHINE, "SOFTWARE\\Microsoft\\Windows\\CurrentVersion", "Prod… in CiGetCurrentMachineHashOld()
242 …if (MsRegWriteBinEx(REG_LOCAL_MACHINE, MS_REG_TCP_SETTING_KEY, "LastMachineHash", data, SHA1_SIZE,… in CiWriteLastMachineHash()
264 b = MsRegReadBinEx(REG_LOCAL_MACHINE, MS_REG_TCP_SETTING_KEY, "LastMachineHash", true); in CiReadLastMachineHash()
5240 …MsRegWriteIntEx2(REG_LOCAL_MACHINE, CLIENT_WIN32_REGKEYNAME, CLIENT_WIN32_REGVALUE_PORT, i, false,… in CiRpcServerThread()
5241 …MsRegWriteIntEx2(REG_LOCAL_MACHINE, CLIENT_WIN32_REGKEYNAME, CLIENT_WIN32_REGVALUE_PID, MsGetCurre… in CiRpcServerThread()
5313 …MsRegDeleteValueEx2(REG_LOCAL_MACHINE, CLIENT_WIN32_REGKEYNAME, CLIENT_WIN32_REGVALUE_PORT, false,… in CiRpcServerThread()
5314 …MsRegDeleteValueEx2(REG_LOCAL_MACHINE, CLIENT_WIN32_REGKEYNAME, CLIENT_WIN32_REGVALUE_PID, false, … in CiRpcServerThread()
5564 …reg_port = MsRegReadIntEx2(REG_LOCAL_MACHINE, CLIENT_WIN32_REGKEYNAME, CLIENT_WIN32_REGVALUE_PORT,… in CcConnectRpcEx()
5565 …reg_pid = MsRegReadIntEx2(REG_LOCAL_MACHINE, CLIENT_WIN32_REGKEYNAME, CLIENT_WIN32_REGVALUE_PID, f… in CcConnectRpcEx()
/dports/security/softether/v4.38-9760/src/Mayaqua/
H A DMicrosoft.c6444 MsRegDeleteKey(REG_LOCAL_MACHINE, tmp); in MsWriteCallingServiceManagerProcessId()
7382 if (MsRegWriteInt(REG_LOCAL_MACHINE, in MsEnableRemoteDesktop()
7391 if (MsRegWriteInt(REG_LOCAL_MACHINE, in MsEnableRemoteDesktop()
7420 bool b = MsRegReadInt(REG_LOCAL_MACHINE, in MsIsRemoteDesktopEnabled()
7436 if (MsRegReadInt(REG_LOCAL_MACHINE, in MsIsRemoteDesktopEnabled()
8433 if (MsRegReadInt(REG_LOCAL_MACHINE, in MsInitGlobalNetworkConfig()
11458 if (MsRegReadInt(REG_LOCAL_MACHINE, in MsInitNetworkConfig()
11462 MsRegWriteInt(REG_LOCAL_MACHINE, in MsInitNetworkConfig()
11591 key_list = MsRegEnumKey(REG_LOCAL_MACHINE, in MsSetMacAddress()
11991 t = MsRegEnumKey(REG_LOCAL_MACHINE, root); in MsCheckVLanDeviceIdFromRootEnum()
[all …]
H A DWin32.c895 …product_id = MsRegReadStr(REG_LOCAL_MACHINE, "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion", "P… in Win32GetProductId()
898 …product_id = MsRegReadStr(REG_LOCAL_MACHINE, "SOFTWARE\\Microsoft\\Windows\\CurrentVersion", "Prod… in Win32GetProductId()
1019 if (s = MsRegReadStr(REG_LOCAL_MACHINE, keyname, "CurrentType")) in Win32GetOsInfo()
1032 if (s = MsRegReadStr(REG_LOCAL_MACHINE, keyname, "BuildLab")) in Win32GetOsInfo()
1042 if (s = MsRegReadStr(REG_LOCAL_MACHINE, keyname, "CurrentType")) in Win32GetOsInfo()
1123 str = MsRegReadStrEx2(REG_LOCAL_MACHINE, in Win32GetVersionExInternalForWindows81orLater()
1144 major2 = MsRegReadIntEx2(REG_LOCAL_MACHINE, in Win32GetVersionExInternalForWindows81orLater()
1148 minor2 = MsRegReadIntEx2(REG_LOCAL_MACHINE, in Win32GetVersionExInternalForWindows81orLater()
/dports/security/softether-devel/v4.36-9754/src/Mayaqua/
H A DMicrosoft.c6444 MsRegDeleteKey(REG_LOCAL_MACHINE, tmp); in MsWriteCallingServiceManagerProcessId()
7382 if (MsRegWriteInt(REG_LOCAL_MACHINE, in MsEnableRemoteDesktop()
7391 if (MsRegWriteInt(REG_LOCAL_MACHINE, in MsEnableRemoteDesktop()
7420 bool b = MsRegReadInt(REG_LOCAL_MACHINE, in MsIsRemoteDesktopEnabled()
7436 if (MsRegReadInt(REG_LOCAL_MACHINE, in MsIsRemoteDesktopEnabled()
8433 if (MsRegReadInt(REG_LOCAL_MACHINE, in MsInitGlobalNetworkConfig()
11458 if (MsRegReadInt(REG_LOCAL_MACHINE, in MsInitNetworkConfig()
11462 MsRegWriteInt(REG_LOCAL_MACHINE, in MsInitNetworkConfig()
11591 key_list = MsRegEnumKey(REG_LOCAL_MACHINE, in MsSetMacAddress()
11991 t = MsRegEnumKey(REG_LOCAL_MACHINE, root); in MsCheckVLanDeviceIdFromRootEnum()
[all …]
H A DWin32.c895 …product_id = MsRegReadStr(REG_LOCAL_MACHINE, "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion", "P… in Win32GetProductId()
898 …product_id = MsRegReadStr(REG_LOCAL_MACHINE, "SOFTWARE\\Microsoft\\Windows\\CurrentVersion", "Prod… in Win32GetProductId()
1019 if (s = MsRegReadStr(REG_LOCAL_MACHINE, keyname, "CurrentType")) in Win32GetOsInfo()
1032 if (s = MsRegReadStr(REG_LOCAL_MACHINE, keyname, "BuildLab")) in Win32GetOsInfo()
1042 if (s = MsRegReadStr(REG_LOCAL_MACHINE, keyname, "CurrentType")) in Win32GetOsInfo()
1123 str = MsRegReadStrEx2(REG_LOCAL_MACHINE, in Win32GetVersionExInternalForWindows81orLater()
1144 major2 = MsRegReadIntEx2(REG_LOCAL_MACHINE, in Win32GetVersionExInternalForWindows81orLater()
1148 minor2 = MsRegReadIntEx2(REG_LOCAL_MACHINE, in Win32GetVersionExInternalForWindows81orLater()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Mayaqua/
H A DMicrosoft.c4016 MsRegDeleteKey(REG_LOCAL_MACHINE, tmp); in MsWriteCallingServiceManagerProcessId()
7866 if (MsRegReadInt(REG_LOCAL_MACHINE, in MsInitNetworkConfig()
7870 MsRegWriteInt(REG_LOCAL_MACHINE, in MsInitNetworkConfig()
7997 key_list = MsRegEnumKey(REG_LOCAL_MACHINE, in MsSetMacAddress()
8055 key_list = MsRegEnumKey(REG_LOCAL_MACHINE, in MsGetDriverFileName()
8111 key_list = MsRegEnumKey(REG_LOCAL_MACHINE, in MsGetDriverVersion()
8183 key_list = MsRegEnumKey(REG_LOCAL_MACHINE, in MsGetMacAddress()
8254 t = MsRegEnumKey(REG_LOCAL_MACHINE, root); in MsCheckVLanDeviceIdFromRootEnum()
8308 key_list = MsRegEnumKey(REG_LOCAL_MACHINE, in MsGetNetworkAdapterGuid()
8479 key_list = MsRegEnumKey(REG_LOCAL_MACHINE, in MsEnumNetworkAdaptersNeo()
[all …]
H A DWin32.c798 …product_id = MsRegReadStr(REG_LOCAL_MACHINE, "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion", "P… in Win32GetProductId()
801 …product_id = MsRegReadStr(REG_LOCAL_MACHINE, "SOFTWARE\\Microsoft\\Windows\\CurrentVersion", "Prod… in Win32GetProductId()
922 if (s = MsRegReadStr(REG_LOCAL_MACHINE, keyname, "CurrentType")) in Win32GetOsInfo()
935 if (s = MsRegReadStr(REG_LOCAL_MACHINE, keyname, "BuildLab")) in Win32GetOsInfo()
945 if (s = MsRegReadStr(REG_LOCAL_MACHINE, keyname, "CurrentType")) in Win32GetOsInfo()
1013 str = MsRegReadStrEx2(REG_LOCAL_MACHINE, in Win32GetVersionExInternalForWindows81orLater()
1034 major2 = MsRegReadIntEx2(REG_LOCAL_MACHINE, in Win32GetVersionExInternalForWindows81orLater()
1038 minor2 = MsRegReadIntEx2(REG_LOCAL_MACHINE, in Win32GetVersionExInternalForWindows81orLater()
H A DMicrosoft.h261 #define REG_LOCAL_MACHINE 1 // HKEY_LOCAL_MACHINE macro
/dports/security/softether/v4.38-9760/src/vpninstall/
H A Dvpninstall.c1291 build = MsRegReadIntEx2(REG_LOCAL_MACHINE, tmp, "InstalledBuild", false, true); in ViLoadCurrentInstalledStatusForArch()
1293 dir = MsRegReadStrEx2W(REG_LOCAL_MACHINE, tmp, "InstalledDir", false, true); in ViLoadCurrentInstalledStatusForArch()
/dports/security/softether-devel/v4.36-9754/src/vpninstall/
H A Dvpninstall.c1291 build = MsRegReadIntEx2(REG_LOCAL_MACHINE, tmp, "InstalledBuild", false, true); in ViLoadCurrentInstalledStatusForArch()
1293 dir = MsRegReadStrEx2W(REG_LOCAL_MACHINE, tmp, "InstalledDir", false, true); in ViLoadCurrentInstalledStatusForArch()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/vpninstall/
H A Dvpninstall.c1192 build = MsRegReadIntEx2(REG_LOCAL_MACHINE, tmp, "InstalledBuild", false, true); in ViLoadCurrentInstalledStatusForArch()
1194 dir = MsRegReadStrEx2W(REG_LOCAL_MACHINE, tmp, "InstalledDir", false, true); in ViLoadCurrentInstalledStatusForArch()

12