Jordan Russell
2005-02-10 06:49:07 UTC
Hi,
I can't seem to figure out how to set the security on a 64-bit key from
a 32-bit application (running on WOW64).
Unless I'm missing something, the SE_OBJECT_TYPE type includes only two
object types related to the registry:
SE_REGISTRY_KEY
SE_REGISTRY_WOW64_32KEY
Both of these map to the 32-bit view of the registry in my tests.
Why is there no "SE_REGISTRY_WOW64_64KEY" object type?
Is one planned, or is there some other way to convince the function to
set a 64-bit key?
Thanks,
Jordan Russell
I can't seem to figure out how to set the security on a 64-bit key from
a 32-bit application (running on WOW64).
Unless I'm missing something, the SE_OBJECT_TYPE type includes only two
object types related to the registry:
SE_REGISTRY_KEY
SE_REGISTRY_WOW64_32KEY
Both of these map to the 32-bit view of the registry in my tests.
Why is there no "SE_REGISTRY_WOW64_64KEY" object type?
Is one planned, or is there some other way to convince the function to
set a 64-bit key?
Thanks,
Jordan Russell