Searched defs:sam (Results 1 – 10 of 10) sorted by relevance
/reactos/base/applications/cmdutils/reg/ |
H A D | delete.c | 38 static int run_delete(HKEY root, WCHAR *path, REGSAM sam, WCHAR *key_name, WCHAR *value_name, in run_delete() 139 REGSAM sam = 0; in reg_delete() local
|
H A D | add.c | 161 static int run_add(HKEY root, WCHAR *path, REGSAM sam, WCHAR *value_name, BOOL value_empty, in run_add() 232 REGSAM sam = 0; in reg_add() local
|
H A D | copy.c | 80 static int run_copy(struct key *src, struct key *dest, REGSAM sam, BOOL recurse, BOOL force) in run_copy() 197 REGSAM sam = 0; in reg_copy() local
|
H A D | export.c | 228 static int export_registry_data(HANDLE hFile, HKEY hkey, WCHAR *path, REGSAM sam) in export_registry_data() 352 REGSAM sam = 0; in reg_export() local
|
H A D | query.c | 143 static REGSAM sam = 0; variable
|
H A D | import.c | 86 REGSAM sam; /* 32-bit or 64-bit registry view (if set) */ member
|
/reactos/modules/rostests/winetests/reg/ |
H A D | add.c | 84 void open_key_(const char *file, unsigned line, HKEY root, const char *path, REGSAM sam, HKEY *hkey) in open_key_() 100 void verify_key_(const char *file, unsigned line, HKEY root, const char *path, REGSAM sam) in verify_key_() 112 void verify_key_nonexist_(const char *file, unsigned line, HKEY root, const char *path, REGSAM sam) in verify_key_nonexist_() 124 void add_key_(const char *file, unsigned line, const HKEY root, const char *path, REGSAM sam, HKEY … in add_key_() 139 void delete_key_(const char *file, unsigned line, HKEY root, const char *path, REGSAM sam) in delete_key_() 157 LONG delete_tree_(const char *file, unsigned line, HKEY root, const char *path, REGSAM sam) in delete_tree_()
|
/reactos/modules/rostests/winetests/regedit/ |
H A D | regedit.c | 147 static void open_key_(unsigned line, const HKEY base, const char *path, const DWORD sam, HKEY *hkey) in open_key_()
|
/reactos/dll/win32/crypt32/ |
H A D | store.c | 484 REGSAM sam = dwFlags & CERT_STORE_READONLY_FLAG ? KEY_READ : in CRYPT_SysRegOpenStoreW() local
|
/reactos/dll/win32/rsaenh/ |
H A D | rsaenh.c | 1103 static BOOL create_container_key(KEYCONTAINER *pKeyContainer, REGSAM sam, HKEY *phKey) in create_container_key()
|