Jump to content

RegQueryInfoKey Function info


Recommended Posts

Are u aware of this function......

LONG RegQueryInfoKey (

HKEY hKey,

LPWSTR lpClass,

LPDWORD lpcbClass,

LPDWORD lpReserved,

LPDWORDlpcSubKeys,

LPDWORD lpcbMaxSubKeyLen,

LPDWORD lpcbMaxClassLen,

LPDWORD lpcValues,

LPDWORD lpcbMaxValueNameLen,

LPDWORD lpcbMaxValueLen,

LPDWORD lpcbSecurityDescriptor,

PFILETIME lpftLastWriteTime );

I want to know what is the use of the second parameter....

It says it returns the class name....

What is a class name...?

As the function reads the registry...I must be able to see the value in the registry itself using regedit....

Please help I am trying hard to figure this out

Thanx

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...