Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7496789
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T18:47:04+00:00 2026-05-29T18:47:04+00:00

Does the Windows API RegGetValue require a direct descendant for it’s lpSubKey parameter? Will

  • 0

Does the Windows API RegGetValue require a direct descendant for it’s lpSubKey parameter?

Will this work?

RegGetValue(HKEY_LOCAL_MACHINE,
            L"Software\\Microsoft\\Windows NT\\CurrentVersion", L"ProductName",
            RRF_RT_REG_SZ, NULL, outdata, &outdata_size);

Edit: I had a leading slash \\ and Windows doesn’t like it! Also converted UTF-8 strings to UTF-16 wide strings (Windows-Style).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T18:47:18+00:00Added an answer on May 29, 2026 at 6:47 pm

    Does the Windows API RegGetValue require a direct descendant for it’s lpSubKey parameter?

    No, it does not.
    You can specify a path just as you’ve shown. You also don’t need the leading path separator (\\).

    But the code you’ve shown may or may not work. Not because it specifies a path to the string, but because you’re probably mixing Unicode and ANSI strings. From your user name (unixman), I assume that you’re relatively new to Windows programming, so it’s worth noting that Windows applications are entirely Unicode and have been for more than a decade. You should therefore always compile your code as Unicode and prefix string literals with L (to indicate a wide, or Unicode, string).

    Likewise, make sure that outdata is declared as an array of wchar_t.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Would this work on all platforms? i know windows does \r\n, and remember hearing
Does Windows provide some sort of evented API so I can run some code
Why does ZeroMemory() , and similar calls exist in the Windows API when there
Does windows provide any api calls to detect if a monitor is presently connected
Does the Windows API provide a way to notify a running Delphi application in
Where does the Windows native API prefix Zw come from? Over the years I've
I've got a problem with windows consoles... In windows api, does a console always
Does windows have any decent sampling (eg. non-instrumenting) profilers available? Preferably something akin to
Does Windows have the notion of system-wide shared memory segments and is there a
Does windows have performance counters to measure statistics of a dialup connection? Opening up

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.