Home
last modified time | relevance | path

Searched defs:sam (Results 1 – 10 of 10) sorted by relevance

/reactos/base/applications/cmdutils/reg/
H A Ddelete.c38 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 Dadd.c161 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 Dcopy.c80 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 Dexport.c228 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 Dquery.c143 static REGSAM sam = 0; variable
H A Dimport.c86 REGSAM sam; /* 32-bit or 64-bit registry view (if set) */ member
/reactos/modules/rostests/winetests/reg/
H A Dadd.c84 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 Dregedit.c147 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 Dstore.c484 REGSAM sam = dwFlags & CERT_STORE_READONLY_FLAG ? KEY_READ : in CRYPT_SysRegOpenStoreW() local
/reactos/dll/win32/rsaenh/
H A Drsaenh.c1103 static BOOL create_container_key(KEYCONTAINER *pKeyContainer, REGSAM sam, HKEY *phKey) in create_container_key()