Hi,
I am developing a registry callback for Windows 2003 x64.
I am using thread ID to track the pre-to-post context.
However i am seeing a strange behavior. Before receiving a post callback for a request issued by a CERTAIN USERMODE thread, i am receiving another pre callback for some other registry operation in the context of the SAME THREAD.
Why is this happening?
Is it a correct method for tracking pre-to-post context in registry callback?
-K.D.