LabWindows/CVI

Table of Contents
  • LabWindows/CVI Fundamentals
  • Creating Applications
  • Distributing Applications
  • Library Reference
  • Programmer Reference
  • Hardware Information

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

Log in to get a better experience