4 writes to hKey
WsatUI (4)
Configuration\ClusterRegistryConfigurationProvider.cs (4)
44
hKey
= rootKey;
56
out this.
hKey
,
72
this.
hKey
= key;
81
this.
hKey
= null;
10 references to hKey
WsatUI (10)
Configuration\ClusterRegistryConfigurationProvider.cs (10)
89
int ret = SafeNativeMethods.ClusterRegCreateKey(
hKey
,
106
if (this.
hKey
== null || this.
hKey
.IsInvalid)
113
int ret = SafeNativeMethods.ClusterRegQueryValue(this.
hKey
,
127
ret = SafeNativeMethods.ClusterRegQueryValue(this.
hKey
,
148
if (this.
hKey
!= null && !this.
hKey
.IsInvalid)
150
int ret = SafeNativeMethods.ClusterRegSetValue(this.
hKey
,
301
ret = SafeNativeMethods.ClusterRegGetKeySecurity(
hKey
, SecurityInfos.DiscretionaryAcl, binarySecurityDescriptor, ref dwSize);
358
ret = SafeNativeMethods.ClusterRegSetKeySecurity(
hKey
, SecurityInfos.DiscretionaryAcl, newBinarySecurityDescriptor);