Is there some kernel driver usable function equivalent to RegLoadKey ?
I saw nothing in ZwXxx and Rtl functions.
Any hint appreciated
Yv
Please, answer also by e-mail to yv...@nospam-qualystem.com (I guess you know
what to remove...)
NTSYSAPI
NTSTATUS
NTAPI
ZwLoadKey(
IN POBJECT_ATTRIBUTES KeyObjectAttributes,
IN POBJECT_ATTRIBUTES FileObjectAttributes
);
ZwLoadKey is the RegLoadKey equivalent.
BrentFo