Home
last modified time | relevance | path

Searched refs:RegDeleteKeyEx (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/upp/upp/uppsrc/Core/
H A DWin32Util.cpp151 static LONG (WINAPI *RegDeleteKeyEx)(HKEY, LPCTSTR, REGSAM, DWORD); in DeleteWinReg()
152 DllFn(RegDeleteKeyEx, "Advapi32.dll", "RegDeleteKeyExA"); in DeleteWinReg()
154 if(wow && RegDeleteKeyEx) in DeleteWinReg()
155 RegDeleteKeyEx(base, key, wow, 0); in DeleteWinReg()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/advapi32/
H A DInterop.RegDeleteKeyEx.cs14 …internal static extern int RegDeleteKeyEx(SafeRegistryHandle hKey, String lpSubKey, int samDesired… in RegDeleteKeyEx() method in Interop.Advapi32
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dwinreg.h165 #define RegDeleteKeyEx __AW(RegDeleteKeyEx) macro
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dwinreg.h165 #define RegDeleteKeyEx __AW(RegDeleteKeyEx) macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/win/
H A Dregistry.cc304 return RegDeleteKeyEx(key_, name, wow64access_, 0); in DeleteEmptyKey()
456 LONG result = RegDeleteKeyEx(root_key, name, access, 0); in RegDelRecurse()
500 result = RegDeleteKeyEx(root_key, name, access, 0); in RegDelRecurse()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/win/
H A Dregistry.cc298 return RegDeleteKeyEx(key_, name, wow64access_, 0); in DeleteEmptyKey()
450 LONG result = RegDeleteKeyEx(root_key, name, access, 0); in RegDelRecurse()
494 result = RegDeleteKeyEx(root_key, name, access, 0); in RegDelRecurse()
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dregistry.h228 #define RegDeleteKeyEx RegDeleteKeyExW macro
230 #define RegDeleteKeyEx RegDeleteKeyExA macro
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.Win32.Registry/src/Microsoft/Win32/
H A DRegistryKey.Windows.cs133 int ret = Interop.Advapi32.RegDeleteKeyEx(_hkey, subkey, (int)_regView, 0); in DeleteSubKeyCore()
153 int ret = Interop.Advapi32.RegDeleteKeyEx(_hkey, subkey, (int)_regView, 0); in DeleteSubKeyTreeCore()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinreg.h136 #define RegDeleteKeyEx __MINGW_NAME_AW(RegDeleteKeyEx) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinreg.h136 #define RegDeleteKeyEx __MINGW_NAME_AW(RegDeleteKeyEx) macro
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/common/
H A Dutility_win.cpp221 result |= RegDeleteKeyEx(hRootKey, reinterpret_cast<LPCWSTR>(subKey.utf16()), sam, 0); in registryDeleteKeyTree()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/microsoft/win32/
H A Dregistrykey.cs452 ret = Win32Native.RegDeleteKeyEx(hkey, subkey, (int)regView, 0); in DeleteSubKey()
520 ret = Win32Native.RegDeleteKeyEx(hkey, subkey, (int)regView, 0); in DeleteSubKeyTree()
557 ret = Win32Native.RegDeleteKeyEx(hkey, subkey, (int)regView, 0); in DeleteSubKeyTreeInternal()
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/common/
H A Dutility_win.cpp293 result |= RegDeleteKeyEx(hRootKey, reinterpret_cast<LPCWSTR>(subKey.utf16()), sam, 0); in registryDeleteKeyTree()
/dports/deskutils/nextcloudclient/desktop-3.4.1/admin/win/tools/NCToolsShared/
H A Dutility_win.cpp148 result |= RegDeleteKeyEx(hRootKey, reinterpret_cast<LPCWSTR>(subKey.data()), sam, 0); in registryDeleteKeyTree()
/dports/lang/python27/Python-2.7.18/Doc/library/
H A D_winreg.rst117 The :func:`DeleteKeyEx` function is implemented with the RegDeleteKeyEx
119 See the `RegDeleteKeyEx documentation
/dports/lang/python37/Python-3.7.12/Doc/library/
H A Dwinreg.rst136 The :func:`DeleteKeyEx` function is implemented with the RegDeleteKeyEx
138 See the `RegDeleteKeyEx documentation
/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A D_winreg.rst117 The :func:`DeleteKeyEx` function is implemented with the RegDeleteKeyEx
119 See the `RegDeleteKeyEx documentation
/dports/databases/py-gdbm/Python-3.8.12/Doc/library/
H A Dwinreg.rst148 The :func:`DeleteKeyEx` function is implemented with the RegDeleteKeyEx
150 See the `RegDeleteKeyEx documentation
/dports/lang/python310/Python-3.10.1/Doc/library/
H A Dwinreg.rst148 The :func:`DeleteKeyEx` function is implemented with the RegDeleteKeyEx
150 See the `RegDeleteKeyEx documentation
/dports/lang/python38/Python-3.8.12/Doc/library/
H A Dwinreg.rst148 The :func:`DeleteKeyEx` function is implemented with the RegDeleteKeyEx
150 See the `RegDeleteKeyEx documentation
/dports/lang/python-tools/Python-3.8.12/Doc/library/
H A Dwinreg.rst148 The :func:`DeleteKeyEx` function is implemented with the RegDeleteKeyEx
150 See the `RegDeleteKeyEx documentation
/dports/lang/python39/Python-3.9.9/Doc/library/
H A Dwinreg.rst148 The :func:`DeleteKeyEx` function is implemented with the RegDeleteKeyEx
150 See the `RegDeleteKeyEx documentation
/dports/databases/py-sqlite3/Python-3.8.12/Doc/library/
H A Dwinreg.rst148 The :func:`DeleteKeyEx` function is implemented with the RegDeleteKeyEx
150 See the `RegDeleteKeyEx documentation
/dports/lang/python311/Python-3.11.0a3/Doc/library/
H A Dwinreg.rst148 The :func:`DeleteKeyEx` function is implemented with the RegDeleteKeyEx
150 See the `RegDeleteKeyEx documentation
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/library/
H A Dwinreg.rst148 The :func:`DeleteKeyEx` function is implemented with the RegDeleteKeyEx
150 See the `RegDeleteKeyEx documentation

12