Results 1 to 3 of 3

Thread: Navigating through Registry

  1. #1
    manishmenghani
    Guest

    Angry

    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

  2. #2
    manishmenghani
    Guest
    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

  3. #3
    Addicted Member Babbalouie's Avatar
    Join Date
    Jan 2001
    Location
    On the bright, blue sea...
    Posts
    197
    Sorry about that...missed it the first time...


    Type FILETIME
    dwLowDateTime As Long
    dwHighDateTime As Long
    End Type
    Building A Better Body Albeit Left Out Under Intense Extrapolation

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width