Sergey Podobry
Sergey Podobry

Reputation: 7189

How to know when \Registry\Machine\Software key is loaded?

I want to access \Registry\Machine\Software key from a driver. The driver is loaded prior to the registry key. Do I have to poll the key availability? Or there is something I can wait for?

Upvotes: 1

Views: 1305

Answers (1)

Anders
Anders

Reputation: 101616

Why can't you use SYSTEM\CurrentControlSet\Services\YourDriver\Parameters ?

I'm sure this question has been asked on the OSR mailing list several times, you can probably find more info there, but AFAIK, there is no event you can wait for.

Upvotes: 1

Related Questions