 | CHANDLECheckError Method |
Check to see if an error occurred
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static bool CheckError(
ref string A_0,
ref string A_1,
int* A_2
)
public static bool CheckError(
ref string A_0,
ref string A_1,
int* A_2
)
Visual Basic does not support APIs that consume or return unsafe types.
Visual Basic does not support APIs that consume or return unsafe types.
public:
static bool CheckError(
String^% A_0,
String^% A_1,
int* A_2
)
public:
static bool CheckError(
String^% A_0,
String^% A_1,
int* A_2
)
F# does not support APIs that consume or return unsafe types.
F# does not support APIs that consume or return unsafe types.
Parameters
- A_0
- Type: SystemString
- A_1
- Type: SystemString
- A_2
- Type: SystemInt32IsImplicitlyDereferenced*
Return Value
Type:
Boolean
See Also