RegGetValue

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

Meta