I implemented a registry callback function in my filter driver, but I can
not intercept the NtPreCreateKey and NtPreCreateKeyEx on windows XP, what is
the matter?
Support for these callbacks differ between XP and W2K3. Have a look at
the comments in the definition of the REG_NOTIFY_CLASS enumeration in
ntddk.h. In particular, note the demarcation for what is supported in
“.NET” only.
Probably should be posting this question to NTDEV rather than NTFSD.
Watch out for those IRQL_NOT_LESS_OR_EQUAL crashes when using CM
callbacks which is an omnipresent danger until W2K3 SP1.
Douglas.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Holk Leng
Sent: 25 August 2004 08:04
To: Windows File Systems Devs Interest List
Subject: [ntfsd] Why registry callback doesn’t work when dealing with
NtPreCreateKey?
I implemented a registry callback function in my filter driver, but I
can
not intercept the NtPreCreateKey and NtPreCreateKeyEx on windows XP,
what is
the matter?
Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17
You are currently subscribed to ntfsd as: xxxxx@neverfailgroup.com
To unsubscribe send a blank email to xxxxx@lists.osr.com