PDA

Click to See Complete Forum and Search --> : Navigating through Registry


manishmenghani
Apr 12th, 2001, 08:32 AM
Hey Guys,

I want to know the number of subkeys exist in a root key through programmitically . I mean suppose I want to show a user which of the microsoft office components are installed in his system . so is there any win Api which tell u how many sub - keys are there in any KYE

I would be highly obliged if anyone can help me

Lookin fwd to get a reply

Thanks in advance

manishmenghani
Apr 13th, 2001, 01:30 AM
Thanks Babbalouie ,
I hope this code will work for me.
But while using ur code , I m getting an error in
RegEnumKeyEx. The error is in its DATETIME data type,
its saying me " user defined type not declared "

Any idea how to resolve that error

Babbalouie
Apr 13th, 2001, 09:08 AM
Sorry about that...missed it the first time...


Type FILETIME
dwLowDateTime As Long
dwHighDateTime As Long
End Type