Home
last modified time | relevance | path

Searched refs:REGSAM (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/PC/clinic/
Dwinreg.c.h243 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/
DRegistry.h32 REGSAM accessMask = KEY_ALL_ACCESS,
35 LONG Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask = KEY_ALL_ACCESS) throw();
DRegistry.cpp22 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/
Dlist_ports_windows.py32 REGSAM = ACCESS_MASK variable
103 SetupDiOpenDevRegKey.argtypes = [HDEVINFO, PSP_DEVINFO_DATA, DWORD, DWORD, DWORD, REGSAM]
/external/webrtc/webrtc/base/
Dwin32regkey.h51 REGSAM sam_desired,
58 HRESULT Open(HKEY parent_key, const wchar_t* key_name, REGSAM sam_desired);
Dwin32regkey.cc260 REGSAM sam_desired, in Create()
288 REGSAM sam_desired) { in Open()
/external/python/cpython3/PC/
Dwinreg.c907 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()
Dlauncher.c220 locate_pythons_for_key(HKEY root, REGSAM flags) in locate_pythons_for_key()
/external/python/cpython2/PC/
D_winreg.c1061 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/
Dwindows_winusb.h323 …(WINAPI, HKEY, p, SetupDiOpenDevRegKey, (HDEVINFO, PSP_DEVINFO_DATA, DWORD, DWORD, DWORD, REGSAM));
/external/ImageMagick/MagickCore/
Dnt-base.c1172 REGSAM in NTLocateGhostscript()