Home
last modified time | relevance | path

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

/reactos/base/system/services/
H A Dconfig.c534 HKEY hSecurityKey = NULL; in ScmWriteSecurityDescriptor() local
547 &hSecurityKey, in ScmWriteSecurityDescriptor()
552 dwError = RegSetValueExW(hSecurityKey, in ScmWriteSecurityDescriptor()
559 RegCloseKey(hSecurityKey); in ScmWriteSecurityDescriptor()
571 HKEY hSecurityKey = NULL; in ScmReadSecurityDescriptor() local
584 &hSecurityKey); in ScmReadSecurityDescriptor()
595 dwError = RegQueryValueExW(hSecurityKey, in ScmReadSecurityDescriptor()
621 dwError = RegQueryValueExW(hSecurityKey, in ScmReadSecurityDescriptor()
638 if (hSecurityKey != NULL) in ScmReadSecurityDescriptor()
639 RegCloseKey(hSecurityKey); in ScmReadSecurityDescriptor()