Home
last modified time | relevance | path

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

/reactos/dll/win32/lsasrv/
H A Ddatabase.c968 HANDLE AttributeKey; in LsapSetObjectAttribute() local
980 Status = NtCreateKey(&AttributeKey, in LsapSetObjectAttribute()
994 Status = RtlpNtSetValueKey(AttributeKey, in LsapSetObjectAttribute()
999 NtClose(AttributeKey); in LsapSetObjectAttribute()
1019 HANDLE AttributeKey; in LsapGetObjectAttribute() local
1032 Status = NtOpenKey(&AttributeKey, in LsapGetObjectAttribute()
1041 Status = RtlpNtQueryValueKey(AttributeKey, in LsapGetObjectAttribute()
1064 Status = RtlpNtQueryValueKey(AttributeKey, in LsapGetObjectAttribute()
1075 NtClose(AttributeKey); in LsapGetObjectAttribute()