how can i retrieve RegNotifychangekey values
-
hai to all i have a problem in retieving a registry key value.for this i have used RegNotifyChangeKeyValue function which helps to identify which key has got changed. but now my problem is what is the return value .and what does it represent.and how can i use the return value for further processing.since i have to develop an application which monitors any selected registry key can any one help this by giving an example :)
-
hai to all i have a problem in retieving a registry key value.for this i have used RegNotifyChangeKeyValue function which helps to identify which key has got changed. but now my problem is what is the return value .and what does it represent.and how can i use the return value for further processing.since i have to develop an application which monitors any selected registry key can any one help this by giving an example :)
Per MSDN: fAsynchronous [in] Specifies a flag that indicates how the function reports changes. If this parameter is TRUE, the function returns immediately and reports changes by signaling the specified event. When this parameter is FALSE, the function does not return until a change has occurred.
"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain
"There is no death, only a change of worlds." - Native American Proverb
-
hai to all i have a problem in retieving a registry key value.for this i have used RegNotifyChangeKeyValue function which helps to identify which key has got changed. but now my problem is what is the return value .and what does it represent.and how can i use the return value for further processing.since i have to develop an application which monitors any selected registry key can any one help this by giving an example :)
Hi keerthikaaa http://www.devx.com/tips/Tip/17814[^]