package opam-core

  1. Overview
  2. Docs

Module OpamStd.Win32Source

Windows-specific functions

Sourcemodule RegistryHive : sig ... end

Win32 Registry Hives and Values

Sourceval set_parent_pid : int32 -> unit

Change which the pid written to by parent_putenv. This function cannot be called after parent_putenv.

Sourceval parent_putenv : string -> string -> bool

Update an environment variable in the parent (i.e. shell) process's environment.

Sourceval persistHomeDirectory : string -> unit

persistHomeDirectory value sets the HOME environment variable in this and the parent process and also persists the setting to the user's registry and broadcasts the change to other processes.