Process.toNullEndedBuffer

Convert an associative array of strings to a buffer containing a concatenation of "<name>=<value>" strings separated by a null character and with an additional null character at the end of it. This is the format expected by the CreateProcess() Windows API for the environment variables.

class Process
version(Windows)
protected static
char[]
toNullEndedBuffer
(
const(char[])[char[]] src
)

Meta