 | CGXNETCoresGetError Method |
Gets the error string for 1 error.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static short sGetError(
ref string param1,
ref string param2,
ref int param3
)
public static short sGetError(
ref string param1,
ref string param2,
ref int param3
)
Public Shared Function sGetError (
ByRef param1 As String,
ByRef param2 As String,
ByRef param3 As Integer
) As Short
Public Shared Function sGetError (
ByRef param1 As String,
ByRef param2 As String,
ByRef param3 As Integer
) As Short
public:
static short sGetError(
String^% param1,
String^% param2,
int% param3
)
public:
static short sGetError(
String^% param1,
String^% param2,
int% param3
)
static member sGetError :
param1 : string byref *
param2 : string byref *
param3 : int byref -> int16
static member sGetError :
param1 : string byref *
param2 : string byref *
param3 : int byref -> int16
Parameters
- param1
- Type: SystemString
Module name buffer (should be at least 64 bytes) - param2
- Type: SystemString
Error buffer (should be at least 2048 bytes) - param3
- Type: SystemInt32
Error number
Return Value
Type:
Int16
0 - no error
Remarks
See Also