SYNOPSIS
#include <nutc.h>
int _NutWIN32putenv(const char *name, const char *value);
DESCRIPTION
The NuTCRACKER Platform maintains two distinct environments: the UNIX version, where the
keys are case sensitive, and the Win32 version, which is a pass-through to the
Win32 functions
The function
PARAMETERS
- name
-
Points to the name of the Win32 environment variable.
- value
-
Points to the new value of the Win32 environment variable.
RETURN VALUES
If successful,
CONFORMANCE
PTC MKS Toolkit UNIX APIs extension.
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
_NutWIN32getenv() ,getenv()
- Miscellaneous:
- environ
PTC MKS Toolkit 10.4 Documentation Build 39.