 | CSYSIiRegistryGetVal Method (CGXNETCore, Int32, String, String, String) |
Get a registry value
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static int IiRegistryGetVal(
CGXNETCore gxNetShared,
int domain,
string key,
string sub_key,
ref string value
)
public static int IiRegistryGetVal(
CGXNETCore gxNetShared,
int domain,
string key,
string sub_key,
ref string value
)
Public Shared Function IiRegistryGetVal (
gxNetShared As CGXNETCore,
domain As Integer,
key As String,
sub_key As String,
ByRef value As String
) As Integer
Public Shared Function IiRegistryGetVal (
gxNetShared As CGXNETCore,
domain As Integer,
key As String,
sub_key As String,
ByRef value As String
) As Integer
public:
static int IiRegistryGetVal(
CGXNETCore^ gxNetShared,
int domain,
String^ key,
String^ sub_key,
String^% value
)
public:
static int IiRegistryGetVal(
CGXNETCore^ gxNetShared,
int domain,
String^ key,
String^ sub_key,
String^% value
)
static member IiRegistryGetVal :
gxNetShared : CGXNETCore *
domain : int *
key : string *
sub_key : string *
value : string byref -> int
static member IiRegistryGetVal :
gxNetShared : CGXNETCore *
domain : int *
key : string *
sub_key : string *
value : string byref -> int
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - domain
- Type: SystemInt32
<define>REG_DOMAIN</define> - key
- Type: SystemString
Key to set - sub_key
- Type: SystemString
Value name within key - value
- Type: SystemString
String for value data
Return Value
Type:
Int32
0 if value exists
1 if value does not exist
See Also