LabWindows/CVI

DS_GetLibraryErrorString

void DS_GetLibraryErrorString (HRESULT returnValueErrorCode, char errorBuffer[], unsigned int errorBufferSize);

Purpose

Returns an error string that describes the error code returned by one of the DataSocket Library functions.

Parameters

Input
Name Type Description
returnValueErrorCode HRESULT An error code returned by one of the DataSocket Library functions.
errorBufferSize unsigned int The size in bytes of the buffer passed in the errorBuffer parameter.
Output
Name Type Description
errorBuffer char [] A buffer that is filled in with the error string.

Return Value

None.

Additional Information

Library: DataSocket Library

Include file: datasock\dataskt.h

LabWindows/CVI compatibility: LabWindows/CVI 5.5 and later

Log in to get a better experience