RegGetValue

Undocumented in source.
  1. alias RegGetValue = RegGetValueW
    version(Unicode)
    nothrow
    static if(_WIN32_WINNT >= 0x600)
    alias RegGetValue = RegGetValueW
  2. alias RegGetValue = RegGetValueA

Meta