Admin Production ni-theme
Current Publication

InetGetErrorMessage

LabWindows/CVI

InetGetErrorMessage

char *InetGetErrorMessage (int errorCode);

Purpose

Returns the error message associated with the Internet Library error code specified in the errorCode parameter.

Parameters

Input
Name Type Description
errorCode int An error code returned by an Internet Library function.

Return Value

Name Type Description
errorMessage char * The error message associated with the error code. Do not modify or free this string.

Additional Information

Library: Internet Library

Include file: cvintwrk.h

LabWindows/CVI compatibility: LabWindows/CVI 7.1 and later