Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Kernel mode equivalent to RegLoadKey

0 views
Skip to first unread message

Yves Gattegno

unread,
Sep 12, 2003, 4:34:30 AM9/12/03
to
Hi

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...)

brentfo

unread,
Sep 16, 2003, 3:28:41 PM9/16/03
to
y.qua...@netcourrier.com (Yves Gattegno) wrote in message news:<f5a1263b.03091...@posting.google.com>...

NTSYSAPI
NTSTATUS
NTAPI
ZwLoadKey(
IN POBJECT_ATTRIBUTES KeyObjectAttributes,
IN POBJECT_ATTRIBUTES FileObjectAttributes
);

ZwLoadKey is the RegLoadKey equivalent.

BrentFo

0 new messages