 | CSYSiSetEnvPath Method |
Note: This API is now obsolete.
Appends a PATH string to the existing system
environment variable.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since unknown, ")]
public static int iSetEnvPath(
CGXNETCore gxNetShared,
string str_val
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public static int iSetEnvPath(
CGXNETCore gxNetShared,
string str_val
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Function iSetEnvPath (
gxNetShared As CGXNETCore,
str_val As String
) As Integer
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Function iSetEnvPath (
gxNetShared As CGXNETCore,
str_val As String
) As Integer
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static int iSetEnvPath(
CGXNETCore^ gxNetShared,
String^ str_val
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static int iSetEnvPath(
CGXNETCore^ gxNetShared,
String^ str_val
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member iSetEnvPath :
gxNetShared : CGXNETCore *
str_val : string -> int
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member iSetEnvPath :
gxNetShared : CGXNETCore *
str_val : string -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - str_val
- Type: SystemString
Value to append to existing Path
Return Value
Type:
Int32
0 - OK
1 - Error
Remarks
1. This function is only supported on Windows NT 3.5,
3.51, 4.0 and 2000 operating systems.
2. User must have administrative priveleges in order
to use this function.
See Also