Searched refs:REGSAM (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython3/PC/clinic/ |
D | winreg.c.h | 243 REGSAM access); 254 REGSAM access = KEY_WRITE; in winreg_CreateKeyEx() 342 const Py_UNICODE *sub_key, REGSAM access, 353 REGSAM access = KEY_WOW64_64KEY; in winreg_DeleteKeyEx() 630 int reserved, REGSAM access); 641 REGSAM access = KEY_READ; in winreg_OpenKey() 682 int reserved, REGSAM access); 693 REGSAM access = KEY_READ; in winreg_OpenKeyEx()
|
/external/lzma/CPP/Windows/ |
D | Registry.h | 32 REGSAM accessMask = KEY_ALL_ACCESS, 35 LONG Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask = KEY_ALL_ACCESS) throw();
|
D | Registry.cpp | 22 LPTSTR keyClass, DWORD options, REGSAM accessMask, in Create() 40 LONG CKey::Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask) throw() in Open()
|
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/ |
D | list_ports_windows.py | 32 REGSAM = ACCESS_MASK variable 103 SetupDiOpenDevRegKey.argtypes = [HDEVINFO, PSP_DEVINFO_DATA, DWORD, DWORD, DWORD, REGSAM]
|
/external/webrtc/webrtc/base/ |
D | win32regkey.h | 51 REGSAM sam_desired, 58 HRESULT Open(HKEY parent_key, const wchar_t* key_name, REGSAM sam_desired);
|
D | win32regkey.cc | 260 REGSAM sam_desired, in Create() 288 REGSAM sam_desired) { in Open()
|
/external/python/cpython3/PC/ |
D | winreg.c | 907 REGSAM access) in winreg_CreateKeyEx_impl() 977 const Py_UNICODE *sub_key, REGSAM access, in winreg_DeleteKeyEx_impl() 982 typedef LONG (WINAPI *RDKEFunc)(HKEY, const wchar_t*, REGSAM, int); in winreg_DeleteKeyEx_impl() 1316 int reserved, REGSAM access) in winreg_OpenKey_impl() 1343 int reserved, REGSAM access) in winreg_OpenKeyEx_impl()
|
D | launcher.c | 220 locate_pythons_for_key(HKEY root, REGSAM flags) in locate_pythons_for_key()
|
/external/python/cpython2/PC/ |
D | _winreg.c | 1061 REGSAM sam = KEY_WRITE; in PyCreateKeyEx() 1100 typedef LONG (WINAPI *RDKEFunc)(HKEY, const char*, REGSAM, int); in PyDeleteKeyEx() 1105 REGSAM sam = KEY_WOW64_64KEY; in PyDeleteKeyEx() 1356 REGSAM sam = KEY_READ; in PyOpenKey()
|
/external/libusb/libusb/os/ |
D | windows_winusb.h | 323 …(WINAPI, HKEY, p, SetupDiOpenDevRegKey, (HDEVINFO, PSP_DEVINFO_DATA, DWORD, DWORD, DWORD, REGSAM));
|
/external/ImageMagick/MagickCore/ |
D | nt-base.c | 1172 REGSAM in NTLocateGhostscript()
|