-
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
-
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
-
Sorry about that...missed it the first time...
Type FILETIME
dwLowDateTime As Long
dwHighDateTime As Long
End Type