 | CSYSIiRegistryGetVal Method (Int32, String, String, String, Int32) |
Get a registry value
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int IiRegistryGetVal(
int domain,
string key,
string sub_key,
ref string value,
int size
)
public static int IiRegistryGetVal(
int domain,
string key,
string sub_key,
ref string value,
int size
)
Public Shared Function IiRegistryGetVal (
domain As Integer,
key As String,
sub_key As String,
ByRef value As String,
size As Integer
) As Integer
Public Shared Function IiRegistryGetVal (
domain As Integer,
key As String,
sub_key As String,
ByRef value As String,
size As Integer
) As Integer
public:
static int IiRegistryGetVal(
int domain,
String^ key,
String^ sub_key,
String^% value,
int size
)
public:
static int IiRegistryGetVal(
int domain,
String^ key,
String^ sub_key,
String^% value,
int size
)
static member IiRegistryGetVal :
domain : int *
key : string *
sub_key : string *
value : string byref *
size : int -> int
static member IiRegistryGetVal :
domain : int *
key : string *
sub_key : string *
value : string byref *
size : int -> int
Parameters
- 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 - size
- Type: SystemInt32
Size of String
Return Value
Type:
Int32
0 if value exists
1 if value does not exist
See Also