regCreateKey

Undocumented in source. Be warned that the author may not have intended to support it.
  1. HKEY regCreateKey(HKEY hKey, string subKey, DWORD dwOptions, RegKeyAccess access, bool wasCreated)
    version(Windows)
    HKEY
    regCreateKey
    (
    HKEY hKey
    ,
    string subKey
    ,
    DWORD dwOptions
    ,,
    out bool wasCreated
    )
  2. HKEY regCreateKey(HKEY hKey, string subKey, DWORD dwOptions, RegKeyAccess access)

Meta